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 /framework/source/services | |
parent | 1a357b7394ac7b48b72821bff1aae4706265d7a4 (diff) |
Spelling "separate" (etc) correctly is hard
Diffstat (limited to 'framework/source/services')
-rw-r--r-- | framework/source/services/frame.cxx | 2 | ||||
-rw-r--r-- | framework/source/services/pathsettings.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index 1641efd19523..3fff17d34392 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -3136,7 +3136,7 @@ void Frame::impl_checkMenuCloser() // ----------------------------- // b) // There is no other frame ... means no other document frame. The help module - // will be handled seperatly and must(!) be ignored here ... excepting weself includes the help. + // will be handled separately and must(!) be ignored here ... excepting weself includes the help. else if ( (aAnalyzer.m_lOtherVisibleFrames.getLength()==0) && (!aAnalyzer.m_bReferenceIsHelp ) && diff --git a/framework/source/services/pathsettings.cxx b/framework/source/services/pathsettings.cxx index 4734eb2eb27a..b2e2dd0563ae 100644 --- a/framework/source/services/pathsettings.cxx +++ b/framework/source/services/pathsettings.cxx @@ -51,7 +51,7 @@ #define CFGPROP_WRITEPATH OUString("WritePath") /* - 0 : old style "Template" string using ";" as seperator + 0 : old style "Template" string using ";" as separator 1 : internal paths "Template_internal" string list 2 : user paths "Template_user" string list 3 : write path "Template_write" string |