diff options
Diffstat (limited to 'vcl/inc/fontattributes.hxx')
-rw-r--r-- | vcl/inc/fontattributes.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/vcl/inc/fontattributes.hxx b/vcl/inc/fontattributes.hxx index 5b8135f33db7..63c2a9429d7d 100644 --- a/vcl/inc/fontattributes.hxx +++ b/vcl/inc/fontattributes.hxx @@ -20,10 +20,14 @@ #ifndef INCLUDED_VCL_INC_FONTATTRIBUTES_HXX #define INCLUDED_VCL_INC_FONTATTRIBUTES_HXX -#include <unotools/fontdefs.hxx> -#include <rtl/textenc.h> +#include <rtl/ustring.hxx> +#include <i18nlangtag/languagetag.hxx> #include <vcl/vclenum.hxx> + + +/* The following class is extraordinarily similar to ImplFont. */ + class FontAttributes { public: |