diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-11-17 13:43:47 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-11-17 14:00:44 +0200 |
commit | 734cbb22a6829b6bd9db9ce8f52df4d260efbc6a (patch) | |
tree | e3c6aebc05d013e69441f8da9c66ae3957bd082b /vcl/inc/outfont.hxx | |
parent | 0fd381b773cb7c15c4773affd4a3b298ad38fe92 (diff) |
Bin unneeded forward declarations
And move some to the include file where needed.
Change-Id: Ibbe2b7d531f41c1d58faf17f4795b4ce30355675
Diffstat (limited to 'vcl/inc/outfont.hxx')
-rw-r--r-- | vcl/inc/outfont.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/vcl/inc/outfont.hxx b/vcl/inc/outfont.hxx index 0becf0ad55e5..9511f230c31e 100644 --- a/vcl/inc/outfont.hxx +++ b/vcl/inc/outfont.hxx @@ -32,22 +32,13 @@ #include <unordered_map> class PhysicalFontFace; -class PhysicalFontFamily; -class ImplGetDevFontList; -class ImplGetDevSizeList; class ImplFontEntry; class ImplFontCache; -class ImplPreMatchFontSubstitution; -class ImplGlyphFallbackFontSubstitution; -class FontSelectPattern; namespace vcl { class Font; } class ConvertChar; -struct FontMatchStatus; class OutputDevice; class Size; -namespace com { namespace sun { namespace star { namespace lang { struct Locale; }}}} - // - ImplFontAttributes - // device independent font properties |