summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-07-16 19:37:32 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-07-16 19:40:58 +0200
commite0f7e213af28c8397bcc69b007a3c88248287a5f (patch)
tree57ce57dd13c98c7b1b2a31942f24fccd50b3380c /framework
parente0ee0d444e5107bc2bbc2ac9f3bda19150f4f82b (diff)
the unknwon typo is surprisingly popular
Change-Id: Iffe25051c8357019521196f9a27065d6108ede47
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/services/frameloaderfactory.hxx2
-rw-r--r--framework/source/inc/loadenv/targethelper.hxx4
-rw-r--r--framework/source/services/substitutepathvars.cxx2
3 files changed, 4 insertions, 4 deletions
diff --git a/framework/inc/services/frameloaderfactory.hxx b/framework/inc/services/frameloaderfactory.hxx
index 1e7fe20d9dcf..8fb3d80dde9e 100644
--- a/framework/inc/services/frameloaderfactory.hxx
+++ b/framework/inc/services/frameloaderfactory.hxx
@@ -253,7 +253,7 @@ class FrameLoaderFactory : public ThreadHelpBase
@short check if searched frame loader exist in configuration
@descr Normaly nobody need these method realy (use getElementNames() in combination with getByName()).
We guarantee correctness of these mechanism. There is no reason to check for existing elements then ...
- but if you have an unknwon name and has no fun to search it in returned sequence ...
+ but if you have an unknown name and has no fun to search it in returned sequence ...
you can call these ...
@seealso method getByName()
diff --git a/framework/source/inc/loadenv/targethelper.hxx b/framework/source/inc/loadenv/targethelper.hxx
index 69fc9e51efea..7af9e7fb10c4 100644
--- a/framework/source/inc/loadenv/targethelper.hxx
+++ b/framework/source/inc/loadenv/targethelper.hxx
@@ -76,7 +76,7 @@ class TargetHelper
@note An empty target is similar to "_self"!
@param sCheckTarget
- must be the unknwon target name, which should be checked.
+ must be the unknown target name, which should be checked.
@param eSpecialTarget
represent the expected target.
@@ -100,7 +100,7 @@ class TargetHelper
by definition inside the same frame tree (e.g. _beamer and
OFFICE_HELP_TASK) its not a good idea to allow anything here :-)
- Of course we can't check unknwon names, which are not special ones.
+ Of course we can't check unknown names, which are not special ones.
But we decide, that it's not allowed to use "_" as first sign
(because we reserve this letter for our own purposes!)
and the value must not a well known special target.
diff --git a/framework/source/services/substitutepathvars.cxx b/framework/source/services/substitutepathvars.cxx
index 42f27f7b1f96..3e58f9431021 100644
--- a/framework/source/services/substitutepathvars.cxx
+++ b/framework/source/services/substitutepathvars.cxx
@@ -987,7 +987,7 @@ throw ( NoSuchElementException, RuntimeException )
}
else
{
- // variable in text but unknwon!
+ // variable in text but unknown!
if ( bSubstRequired )
{
rtl::OUString aMsg( RTL_CONSTASCII_USTRINGPARAM( "Unknown variable found!" ));