diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-03-25 21:12:16 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-03-25 21:12:16 +0100 |
commit | 25d3c618d831036c08194610f188e4781c135cfc (patch) | |
tree | ff5adadb16effa6262ce65a030b7c673fe180a91 /include | |
parent | 5584d73f2db413889347b4b3a1fcaf124db02b21 (diff) |
Typo: formated->formatted
Change-Id: Iefd4d375a0dfb36732233852f906c6b85dccc2a5
Diffstat (limited to 'include')
-rw-r--r-- | include/basic/sbxform.hxx | 2 | ||||
-rw-r--r-- | include/svx/DescriptionGenerator.hxx | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/include/basic/sbxform.hxx b/include/basic/sbxform.hxx index 71ed5ab3c8d0..4a2f04401b02 100644 --- a/include/basic/sbxform.hxx +++ b/include/basic/sbxform.hxx @@ -96,7 +96,7 @@ class BASIC_DLLPUBLIC SbxBasicFormater { /* Basic command: Format$( number,format-string ) Parameter: - dNumber : number to be formated + dNumber : number to be formatted sFormatStrg : the Format-String, e.g. ###0.0### Return value: 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. |