summaryrefslogtreecommitdiff
path: root/include/svx/DescriptionGenerator.hxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-25 21:12:16 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-25 21:12:16 +0100
commit25d3c618d831036c08194610f188e4781c135cfc (patch)
treeff5adadb16effa6262ce65a030b7c673fe180a91 /include/svx/DescriptionGenerator.hxx
parent5584d73f2db413889347b4b3a1fcaf124db02b21 (diff)
Typo: formated->formatted
Change-Id: Iefd4d375a0dfb36732233852f906c6b85dccc2a5
Diffstat (limited to 'include/svx/DescriptionGenerator.hxx')
-rw-r--r--include/svx/DescriptionGenerator.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/DescriptionGenerator.hxx b/include/svx/DescriptionGenerator.hxx
index 0cf5593d5384..f8fc1cb74a42 100644
--- a/include/svx/DescriptionGenerator.hxx
+++ b/include/svx/DescriptionGenerator.hxx
@@ -163,24 +163,24 @@ private:
*/
bool mbIsFirstProperty;
- /** Add a property value formated as color to the description string.
+ /** Add a property value formatted as color to the description string.
*/
SVX_DLLPRIVATE void AddColor (const OUString& sPropertyName,
const OUString& sLocalizedName);
- /** Add a property value formated as integer to the description string.
+ /** Add a property value formatted as integer to the description string.
*/
SVX_DLLPRIVATE void AddInteger (const OUString& sPropertyName,
const OUString& sLocalizedName);
- /** Add a property value formated as string to the description string.
+ /** Add a property value formatted as string to the description string.
@param sPropertyName
Name of the property.
*/
SVX_DLLPRIVATE void AddString (const OUString& sPropertyName,
const OUString& sLocalizedName, long nWhichId = -1);
- /** Add a property value formated as fill style to the description
+ /** Add a property value formatted as fill style to the description
string. If the fill style is <const>HATCH</const>,
<const>GRADIENT</const>, or <const>BITMAP</const>, then the of the
hatch, gradient, or bitmap is appended as well.