diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-01-16 22:20:55 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-01-17 06:05:57 +0000 |
commit | bc2dee995b38fd16336541d533a105245aa681d2 (patch) | |
tree | e1bf211978b6e53e6877caf397d0f24397d3286b /svx | |
parent | 294f2e627cc6f1d0483f7affcf96467a4bd3ba5a (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>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/gallery2/galtheme.cxx | 2 |
1 files changed, 1 insertions, 1 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; |