diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-15 10:42:04 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-15 11:14:28 +0300 |
commit | cb6d67c21f11811c5bc023b9565c1c1b1f4081fa (patch) | |
tree | ff8a4b192a2ca846d32111732563432244135910 /include/unotools | |
parent | 1a357b7394ac7b48b72821bff1aae4706265d7a4 (diff) |
Spelling "separate" (etc) correctly is hard
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/cmdoptions.hxx | 2 | ||||
-rw-r--r-- | include/unotools/compatibility.hxx | 2 | ||||
-rw-r--r-- | include/unotools/dynamicmenuoptions.hxx | 2 | ||||
-rw-r--r-- | include/unotools/fontcvt.hxx | 4 | ||||
-rw-r--r-- | include/unotools/historyoptions.hxx | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/include/unotools/cmdoptions.hxx b/include/unotools/cmdoptions.hxx index 173b7b585643..a11aa1ca1e77 100644 --- a/include/unotools/cmdoptions.hxx +++ b/include/unotools/cmdoptions.hxx @@ -29,7 +29,7 @@ /*-************************************************************************************************************//** @descr The method GetList() returns a list of property values. - Use follow defines to seperate values by names. + Use follow defines to separate values by names. *//*-*************************************************************************************************************/ /*-************************************************************************************************************//** diff --git a/include/unotools/compatibility.hxx b/include/unotools/compatibility.hxx index 16c73dbc3215..18c97ae2e14f 100644 --- a/include/unotools/compatibility.hxx +++ b/include/unotools/compatibility.hxx @@ -47,7 +47,7 @@ enum CompatibilityOptions /*-************************************************************************************************************//** @descr The method GetList() returns a list of property values. - Use follow defines to seperate values by names. + Use follow defines to separate values by names. *//*-*************************************************************************************************************/ #define COMPATIBILITY_PROPERTYNAME_NAME OUString( "Name" ) #define COMPATIBILITY_PROPERTYNAME_MODULE OUString( "Module" ) diff --git a/include/unotools/dynamicmenuoptions.hxx b/include/unotools/dynamicmenuoptions.hxx index 46a8a211531c..91784e5d91f8 100644 --- a/include/unotools/dynamicmenuoptions.hxx +++ b/include/unotools/dynamicmenuoptions.hxx @@ -28,7 +28,7 @@ /*-************************************************************************************************************//** @descr The method GetList() returns a list of property values. - Use follow defines to seperate values by names. + Use follow defines to separate values by names. *//*-*************************************************************************************************************/ #define DYNAMICMENU_PROPERTYNAME_URL OUString("URL") #define DYNAMICMENU_PROPERTYNAME_TITLE OUString("Title") diff --git a/include/unotools/fontcvt.hxx b/include/unotools/fontcvt.hxx index 05564f974a79..6386e615951d 100644 --- a/include/unotools/fontcvt.hxx +++ b/include/unotools/fontcvt.hxx @@ -54,8 +54,8 @@ public: //the string that can be converted to the same symbol font and returns the //name of that font. rIndex is modified to the last index that was //converted. Typically you call if continously until rIndex == - //rString.Len() and handle each section as seperate 8bit strings using - //seperate fonts. Will return an empty string for a continous section + //rString.Len() and handle each section as separate 8bit strings using + //separate fonts. Will return an empty string for a continous section //that has no possible mapping. virtual String ConvertString(String &rString, xub_StrLen &rIndex) = 0; virtual ~StarSymbolToMSMultiFont() {} diff --git a/include/unotools/historyoptions.hxx b/include/unotools/historyoptions.hxx index 3e1431544049..137acd6abe53 100644 --- a/include/unotools/historyoptions.hxx +++ b/include/unotools/historyoptions.hxx @@ -29,7 +29,7 @@ /*-************************************************************************************************************//** @descr The method GetList() returns a list of property values. - Use follow defines to seperate values by names. + Use follow defines to separate values by names. *//*-*************************************************************************************************************/ #define HISTORY_PROPERTYNAME_URL OUString("URL") |