diff options
author | Eike Rathke <erack@redhat.com> | 2013-09-20 20:15:05 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-09-20 20:17:25 +0200 |
commit | f51e79aaa8cef49421c875c2a876d8570e8b064f (patch) | |
tree | a86907a607371104600ec2771b635e43df4931da /vcl/inc/impfont.hxx | |
parent | 3d246af83bacacedb7c6a15e082210a67cd5566d (diff) |
Font and ImplLayoutArgs with LanguageTag
Avoid the gazillion temporary conversions / Impl searches.
Change-Id: I5232589f1e31d1cbb6becc198b12daabf1038f31
Diffstat (limited to 'vcl/inc/impfont.hxx')
-rw-r--r-- | vcl/inc/impfont.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/impfont.hxx b/vcl/inc/impfont.hxx index 4270e9d31d6c..e849fa5a07fb 100644 --- a/vcl/inc/impfont.hxx +++ b/vcl/inc/impfont.hxx @@ -22,7 +22,7 @@ #include <tools/gen.hxx> #include <tools/string.hxx> -#include <i18nlangtag/lang.h> +#include <i18nlangtag/languagetag.hxx> #include <tools/color.hxx> #include <vcl/dllapi.h> #include <vcl/vclenum.hxx> @@ -60,8 +60,8 @@ private: Color maColor; // compatibility, now on output device Color maFillColor; // compatibility, now on output device rtl_TextEncoding meCharSet; - LanguageType meLanguage; - LanguageType meCJKLanguage; + LanguageTag maLanguageTag; + LanguageTag maCJKLanguageTag; FontFamily meFamily; FontPitch mePitch; TextAlign meAlign; |