diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-03-16 21:51:12 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-03-16 21:54:42 +0100 |
commit | bc4a33aa2a0469d7e96d878de682f1098b0f2744 (patch) | |
tree | 5bb135d4e350b4365ac5edb9d9545b1423a1052b | |
parent | f3d41e1f5360629e2127da8d83c372c14e6e3b57 (diff) |
Typo: warpper->wrapper
Change-Id: Ia62dee090ab438cf4da320ba82603b45a8bc368d
-rw-r--r-- | vcl/source/app/i18nhelp.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/app/i18nhelp.cxx b/vcl/source/app/i18nhelp.cxx index 6796e6359a72..c62b4d6f0fdc 100644 --- a/vcl/source/app/i18nhelp.cxx +++ b/vcl/source/app/i18nhelp.cxx @@ -116,7 +116,7 @@ sal_Int32 vcl::I18nHelper::CompareString( const OUString& rStr1, const OUString& if ( mbTransliterateIgnoreCase ) { - // Change mbTransliterateIgnoreCase and destroy the warpper, next call to + // Change mbTransliterateIgnoreCase and destroy the wrapper, next call to // ImplGetTransliterationWrapper() will create a wrapper with the correct bIgnoreCase ((vcl::I18nHelper*)this)->mbTransliterateIgnoreCase = false; delete ((vcl::I18nHelper*)this)->mpTransliterationWrapper; @@ -134,7 +134,7 @@ bool vcl::I18nHelper::MatchString( const OUString& rStr1, const OUString& rStr2 if ( !mbTransliterateIgnoreCase ) { - // Change mbTransliterateIgnoreCase and destroy the warpper, next call to + // Change mbTransliterateIgnoreCase and destroy the wrapper, next call to // ImplGetTransliterationWrapper() will create a wrapper with the correct bIgnoreCase ((vcl::I18nHelper*)this)->mbTransliterateIgnoreCase = true; delete ((vcl::I18nHelper*)this)->mpTransliterationWrapper; |