[Libreoffice-commits] core.git: svx/source vcl/source

Julien Nabet serval2412 at yahoo.fr
Tue Jan 17 06:06:20 UTC 2017


 svx/source/gallery2/galtheme.cxx   |    2 +-
 vcl/source/filter/ixpm/xpmread.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit bc2dee995b38fd16336541d533a105245aa681d2
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Mon Jan 16 22:20:55 2017 +0100

    Typo: charakter->character
    
    Change-Id: Ie925c3f15fc00cbc16f1b73d5e61be4d6fe9b8ec
    Reviewed-on: https://gerrit.libreoffice.org/33191
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/svx/source/gallery2/galtheme.cxx b/svx/source/gallery2/galtheme.cxx
index 02ea64c..db774bd 100644
--- a/svx/source/gallery2/galtheme.cxx
+++ b/svx/source/gallery2/galtheme.cxx
@@ -707,7 +707,7 @@ GalleryThemeEntry* GalleryTheme::CreateThemeEntry( const INetURLObject& rURL, bo
                 OString aTmpStr = read_uInt16_lenPrefixed_uInt8s_ToOString(*pIStm);
                 aThemeName = OStringToOUString(aTmpStr, RTL_TEXTENCODING_UTF8);
 
-                // execute a charakter conversion
+                // execute a character conversion
                 if( nVersion >= 0x0004 )
                 {
                     sal_uInt32  nCount;
diff --git a/vcl/source/filter/ixpm/xpmread.cxx b/vcl/source/filter/ixpm/xpmread.cxx
index 57dd2b3..6193bbb 100644
--- a/vcl/source/filter/ixpm/xpmread.cxx
+++ b/vcl/source/filter/ixpm/xpmread.cxx
@@ -213,7 +213,7 @@ ReadState XPMReader::ReadXPM( Graphic& rGraphic )
                                 mpAcc->SetPaletteColor( (sal_uInt8)i, Color( pPtr[1], pPtr[2], pPtr[3] ) );
                                 pPtr += ( mnCpp + 4 );
                             }
-                            // using 2 charakters per pixel and less than 257 Colors we speed up
+                            // using 2 characters per pixel and less than 257 Colors we speed up
                             if ( mnCpp == 2 )   // by using a 64kb indexing table
                             {
                                 const size_t nSize = 256 * 256;


More information about the Libreoffice-commits mailing list