diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-07-23 22:23:52 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-07-23 22:23:52 +0200 |
commit | d5fb4b731938c22fcf9c5e3280da8f722b5492e4 (patch) | |
tree | 024f78c0b858c2ce30e895a776ad670d699f9f14 /unotools | |
parent | 887c088f20fe36b9b15484d0a5ec9416ba6cd310 (diff) |
Typos
Change-Id: I0c17f40b3e593ae3771fa751a817f84bf2f2323d
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/moduleoptions.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx index de435e46ffbe..705f684a51dc 100644 --- a/unotools/source/config/moduleoptions.cxx +++ b/unotools/source/config/moduleoptions.cxx @@ -1110,9 +1110,9 @@ SvtModuleOptions::EFactory SvtModuleOptions::ClassifyFactoryByShortName(const OU { if ( sName == "swriter" ) return E_WRITER; - if (sName.equalsIgnoreAsciiCase("swriter/Web")) // sometimes they are registerd for swriter/web :-( + if (sName.equalsIgnoreAsciiCase("swriter/Web")) // sometimes they are registered for swriter/web :-( return E_WRITERWEB; - if (sName.equalsIgnoreAsciiCase("swriter/GlobalDocument")) // sometimes they are registerd for swriter/globaldocument :-( + if (sName.equalsIgnoreAsciiCase("swriter/GlobalDocument")) // sometimes they are registered for swriter/globaldocument :-( return E_WRITERGLOBAL; if ( sName == "scalc" ) return E_CALC; |