summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-05-15 10:42:04 +0300
committerTor Lillqvist <tml@iki.fi>2013-05-15 11:14:28 +0300
commitcb6d67c21f11811c5bc023b9565c1c1b1f4081fa (patch)
treeff8a4b192a2ca846d32111732563432244135910 /include
parent1a357b7394ac7b48b72821bff1aae4706265d7a4 (diff)
Spelling "separate" (etc) correctly is hard
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/string.hxx8
-rw-r--r--include/framework/addonsoptions.hxx2
-rw-r--r--include/jvmfwk/framework.h2
-rw-r--r--include/rtl/string.h2
-rw-r--r--include/rtl/string.hxx2
-rw-r--r--include/rtl/ustring.hxx2
-rw-r--r--include/sfx2/linkmgr.hxx2
-rw-r--r--include/svx/AccessibleShapeTreeInfo.hxx2
-rw-r--r--include/svx/ChildrenManager.hxx4
-rw-r--r--include/svx/IAccessibleViewForwarder.hxx2
-rw-r--r--include/unotools/cmdoptions.hxx2
-rw-r--r--include/unotools/compatibility.hxx2
-rw-r--r--include/unotools/dynamicmenuoptions.hxx2
-rw-r--r--include/unotools/fontcvt.hxx4
-rw-r--r--include/unotools/historyoptions.hxx2
-rw-r--r--include/xmloff/txtparae.hxx2
-rw-r--r--include/xmloff/xmluconv.hxx4
17 files changed, 23 insertions, 23 deletions
diff --git a/include/comphelper/string.hxx b/include/comphelper/string.hxx
index e244c3622e4f..e59950920ded 100644
--- a/include/comphelper/string.hxx
+++ b/include/comphelper/string.hxx
@@ -151,7 +151,7 @@ COMPHELPER_DLLPUBLIC OUString strip(const OUString &rIn,
@param rIn the input OString
@param nToken the number of the token to return
- @param cTok the character which seperate the tokens.
+ @param cTok the character which separate the tokens.
@return the token if token is negative or doesn't exist an empty token
is returned
*/
@@ -167,7 +167,7 @@ inline OString getToken(const OString &rIn,
@param rIn the input OUString
@param nToken the number of the token to return
- @param cTok the character which seperate the tokens.
+ @param cTok the character which separate the tokens.
@return the token if token is negative or doesn't exist an empty token
is returned
*/
@@ -180,7 +180,7 @@ inline OUString getToken(const OUString &rIn,
/** Returns number of tokens in an OUString
@param rIn the input OString
- @param cTok the character which seperate the tokens.
+ @param cTok the character which separate the tokens.
@return the number of tokens
*/
COMPHELPER_DLLPUBLIC sal_Int32 getTokenCount(const OString &rIn, sal_Char cTok);
@@ -188,7 +188,7 @@ COMPHELPER_DLLPUBLIC sal_Int32 getTokenCount(const OString &rIn, sal_Char cTok);
/** Returns number of tokens in an OUString
@param rIn the input OUString
- @param cTok the character which seperate the tokens.
+ @param cTok the character which separate the tokens.
@return the number of tokens
*/
COMPHELPER_DLLPUBLIC sal_Int32 getTokenCount(const OUString &rIn, sal_Unicode cTok);
diff --git a/include/framework/addonsoptions.hxx b/include/framework/addonsoptions.hxx
index def743378216..8641936aa57a 100644
--- a/include/framework/addonsoptions.hxx
+++ b/include/framework/addonsoptions.hxx
@@ -33,7 +33,7 @@
/*-************************************************************************************************************//**
@descr The method GetAddonsMenu() returns a list of property values.
- Use follow defines to seperate values by names.
+ Use follow defines to separate values by names.
*//*-*************************************************************************************************************/
#define ADDONSMENUITEM_STRING_URL "URL"
#define ADDONSMENUITEM_STRING_TITLE "Title"
diff --git a/include/jvmfwk/framework.h b/include/jvmfwk/framework.h
index f1399e0b88f1..c404a9591158 100644
--- a/include/jvmfwk/framework.h
+++ b/include/jvmfwk/framework.h
@@ -107,7 +107,7 @@ extern "C" {
-env:UNO_JAVA_JFW_PLUGIN=file:\\solver\\bin\\libsunjavaplugin.dll -register ....
</p>
<p>Additionall parameters for the Java VM can be provided. For every parameter
- a seperate bootstrap parameter must be specified. The names are
+ a separate bootstrap parameter must be specified. The names are
<code>UNO_JAVA_JFW_PARAMETER_X</code>, where X is 1,2, .. n. For example:</p>
<p>
regcomp -env:UNO_JAVA_JFW_PARAMETER_1=-Xdebug
diff --git a/include/rtl/string.h b/include/rtl/string.h
index 93cffa1a17b4..9cd81aa1552f 100644
--- a/include/rtl/string.h
+++ b/include/rtl/string.h
@@ -1246,7 +1246,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_string_newTrim(
the number of the token to return, starting at index.
@param cTok
- the character that seperates the tokens.
+ the character that separates the tokens.
@param idx
the position at which searching for the token starts. Must not be greater
diff --git a/include/rtl/string.hxx b/include/rtl/string.hxx
index 00baeec9b8d5..c83445010efa 100644
--- a/include/rtl/string.hxx
+++ b/include/rtl/string.hxx
@@ -1270,7 +1270,7 @@ public:
while ( nIndex >= 0 );
@param token the number of the token to return.
- @param cTok the character which seperate the tokens.
+ @param cTok the character which separate the tokens.
@param index the position at which the token is searched in the
string.
The index must not be greater thanthe length of the
diff --git a/include/rtl/ustring.hxx b/include/rtl/ustring.hxx
index 13756f868198..da5b909b128b 100644
--- a/include/rtl/ustring.hxx
+++ b/include/rtl/ustring.hxx
@@ -1733,7 +1733,7 @@ public:
while ( nIndex >= 0 );
@param token the number of the token to return
- @param cTok the character which seperate the tokens.
+ @param cTok the character which separate the tokens.
@param index the position at which the token is searched in the
string.
The index must not be greater than the length of the
diff --git a/include/sfx2/linkmgr.hxx b/include/sfx2/linkmgr.hxx
index 24a5f6315edb..27b84b69e13a 100644
--- a/include/sfx2/linkmgr.hxx
+++ b/include/sfx2/linkmgr.hxx
@@ -177,7 +177,7 @@ private:
// Separator in the link name for the DDE-/File-/Graphics- links
// (only those who need to construct a SvLinkName)
-const sal_Unicode cTokenSeperator = 0xFFFF;
+const sal_Unicode cTokenSeparator = 0xFFFF;
// create a string for the SvLinkName. For:
// - DDE the first 3 Strings, (Server, Topic, Item)
diff --git a/include/svx/AccessibleShapeTreeInfo.hxx b/include/svx/AccessibleShapeTreeInfo.hxx
index da234960977e..f3721ca13e07 100644
--- a/include/svx/AccessibleShapeTreeInfo.hxx
+++ b/include/svx/AccessibleShapeTreeInfo.hxx
@@ -39,7 +39,7 @@ namespace accessibility {
<ul>
<li>The model broadcaster is used for getting notified about shape
changes. Using this broadcaster makes in unnecessary to register at
- each shape seperately.</li>
+ each shape separately.</li>
<li>The view forwarder is responsible for transformation between
coordinate systems and for providing the visible area both with respect
to a specific window.</li>
diff --git a/include/svx/ChildrenManager.hxx b/include/svx/ChildrenManager.hxx
index 6f05fe95426a..3232bd22c0b1 100644
--- a/include/svx/ChildrenManager.hxx
+++ b/include/svx/ChildrenManager.hxx
@@ -76,7 +76,7 @@ public:
/** Create a children manager, which manages the children of the given
parent. The parent is used for creating accessible objects. The
list of shapes for which to create those objects is not derived from
- the parent and has to be provided seperately by calling one of the
+ the parent and has to be provided separately by calling one of the
update methods.
@param rxParent
The parent of the accessible objects which will be created
@@ -129,7 +129,7 @@ public:
/** Update the child manager. Take care of a modified set of children
and modified visible area. This method can optimize the update
- process with respect seperate updates of a modified children list
+ process with respect separate updates of a modified children list
and visible area.
@param bCreateNewObjectsOnDemand
If </true> then accessible objects associated with the visible
diff --git a/include/svx/IAccessibleViewForwarder.hxx b/include/svx/IAccessibleViewForwarder.hxx
index 60883e754ee3..8ea001fe0e19 100644
--- a/include/svx/IAccessibleViewForwarder.hxx
+++ b/include/svx/IAccessibleViewForwarder.hxx
@@ -47,7 +47,7 @@ namespace accessibility {
@attention
Note, that modifications of the underlying view that lead to
different transformations between internal and screen coordinates or
- change the validity of the forwarder have to be signaled seperately.
+ change the validity of the forwarder have to be signaled separately.
*/
class IAccessibleViewForwarder
{
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")
diff --git a/include/xmloff/txtparae.hxx b/include/xmloff/txtparae.hxx
index 8e432e8cf7d7..e37a6de39248 100644
--- a/include/xmloff/txtparae.hxx
+++ b/include/xmloff/txtparae.hxx
@@ -550,7 +550,7 @@ public:
/// Record tracked changes for this particular XText
/// (empty reference stop recording)
/// This should be used if tracked changes for e.g. footers are to
- /// be exported seperately via the exportTrackedChanges(sal_Bool,
+ /// be exported separately via the exportTrackedChanges(sal_Bool,
/// Reference<XText>) method.
void recordTrackedChangesForXText(
const ::com::sun::star::uno::Reference <
diff --git a/include/xmloff/xmluconv.hxx b/include/xmloff/xmluconv.hxx
index bc4ddb6b6dbd..939f359dcad9 100644
--- a/include/xmloff/xmluconv.hxx
+++ b/include/xmloff/xmluconv.hxx
@@ -60,10 +60,10 @@ class XMLOFF_DLLPUBLIC SvXMLTokenEnumerator
private:
const OUString& maTokenString;
sal_Int32 mnNextTokenPos;
- sal_Unicode mcSeperator;
+ sal_Unicode mcSeparator;
public:
- SvXMLTokenEnumerator( const OUString& rString, sal_Unicode cSeperator = sal_Unicode(' ') );
+ SvXMLTokenEnumerator( const OUString& rString, sal_Unicode cSeparator = sal_Unicode(' ') );
sal_Bool getNextToken( OUString& rToken );
};