summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-01-16 22:20:55 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-01-17 06:05:57 +0000
commitbc2dee995b38fd16336541d533a105245aa681d2 (patch)
treee1bf211978b6e53e6877caf397d0f24397d3286b
parent294f2e627cc6f1d0483f7affcf96467a4bd3ba5a (diff)
Typo: charakter->character
Change-Id: Ie925c3f15fc00cbc16f1b73d5e61be4d6fe9b8ec Reviewed-on: https://gerrit.libreoffice.org/33191 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--svx/source/gallery2/galtheme.cxx2
-rw-r--r--vcl/source/filter/ixpm/xpmread.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/gallery2/galtheme.cxx b/svx/source/gallery2/galtheme.cxx
index 02ea64cd7a2a..db774bd754fa 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 57dd2b3f10d6..6193bbbb411a 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;