Kaydet (Commit) bc2dee99 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: charakter->character

Change-Id: Ie925c3f15fc00cbc16f1b73d5e61be4d6fe9b8ec
Reviewed-on: https://gerrit.libreoffice.org/33191Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 294f2e62
...@@ -707,7 +707,7 @@ GalleryThemeEntry* GalleryTheme::CreateThemeEntry( const INetURLObject& rURL, bo ...@@ -707,7 +707,7 @@ GalleryThemeEntry* GalleryTheme::CreateThemeEntry( const INetURLObject& rURL, bo
OString aTmpStr = read_uInt16_lenPrefixed_uInt8s_ToOString(*pIStm); OString aTmpStr = read_uInt16_lenPrefixed_uInt8s_ToOString(*pIStm);
aThemeName = OStringToOUString(aTmpStr, RTL_TEXTENCODING_UTF8); aThemeName = OStringToOUString(aTmpStr, RTL_TEXTENCODING_UTF8);
// execute a charakter conversion // execute a character conversion
if( nVersion >= 0x0004 ) if( nVersion >= 0x0004 )
{ {
sal_uInt32 nCount; sal_uInt32 nCount;
......
...@@ -213,7 +213,7 @@ ReadState XPMReader::ReadXPM( Graphic& rGraphic ) ...@@ -213,7 +213,7 @@ ReadState XPMReader::ReadXPM( Graphic& rGraphic )
mpAcc->SetPaletteColor( (sal_uInt8)i, Color( pPtr[1], pPtr[2], pPtr[3] ) ); mpAcc->SetPaletteColor( (sal_uInt8)i, Color( pPtr[1], pPtr[2], pPtr[3] ) );
pPtr += ( mnCpp + 4 ); 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 if ( mnCpp == 2 ) // by using a 64kb indexing table
{ {
const size_t nSize = 256 * 256; const size_t nSize = 256 * 256;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment