vcl/source/app/i18nhelp.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit bc4a33aa2a0469d7e96d878de682f1098b0f2744 Author: Julien Nabet <serval2...@yahoo.fr> Date: Mon Mar 16 21:51:12 2015 +0100 Typo: warpper->wrapper Change-Id: Ia62dee090ab438cf4da320ba82603b45a8bc368d diff --git a/vcl/source/app/i18nhelp.cxx b/vcl/source/app/i18nhelp.cxx index 6796e63..c62b4d6 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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits