summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/parse.hxx2
-rw-r--r--starmath/inc/toolbox.hxx2
-rw-r--r--starmath/inc/visitors.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/starmath/inc/parse.hxx b/starmath/inc/parse.hxx
index f4118032dc41..a1bd731befb9 100644
--- a/starmath/inc/parse.hxx
+++ b/starmath/inc/parse.hxx
@@ -199,7 +199,7 @@ class SmParser
// map of used symbols (used to reduce file size by exporting only actually used symbols)
std::set< OUString > m_aUsedSymbols;
- //! locale where '.' is decimal seperator!
+ //! locale where '.' is decimal separator!
::com::sun::star::lang::Locale m_aDotLoc;
// declare copy-constructor and assignment-operator private
diff --git a/starmath/inc/toolbox.hxx b/starmath/inc/toolbox.hxx
index a96010956f55..3f7434fac8c6 100644
--- a/starmath/inc/toolbox.hxx
+++ b/starmath/inc/toolbox.hxx
@@ -33,7 +33,7 @@ class SmToolBoxWindow : public SfxFloatingWindow
protected:
ToolBox aToolBoxCat;
- FixedLine aToolBoxCat_Delim; // to visualy seperate the catalog part
+ FixedLine aToolBoxCat_Delim; // to visualy separate the catalog part
ToolBox *pToolBoxCmd;
ToolBox *vToolBoxCategories[NUM_TBX_CATEGORIES];
ImageList *aImageLists [NUM_TBX_CATEGORIES + 1]; /* regular */
diff --git a/starmath/inc/visitors.hxx b/starmath/inc/visitors.hxx
index fe1625fc8c04..d864c458cff6 100644
--- a/starmath/inc/visitors.hxx
+++ b/starmath/inc/visitors.hxx
@@ -272,7 +272,7 @@ public:
private:
/** Visit a selectable pNode
* Can be used to handle pNodes that can be selected, that doesn't have more SmCaretPos'
- * than 0 and 1 inside them. SmTextNode should be handle seperately!
+ * than 0 and 1 inside them. SmTextNode should be handle separately!
* Also note that pNodes such as SmBinVerNode cannot be selected, don't this method for
* it.
*/