summaryrefslogtreecommitdiff
path: root/svx
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 /svx
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>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/gallery2/galtheme.cxx2
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;