diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/PhysicalFontCollection.hxx | 3 | ||||
-rw-r--r-- | vcl/inc/outdev.h | 2 | ||||
-rw-r--r-- | vcl/inc/outfont.hxx | 9 |
3 files changed, 3 insertions, 11 deletions
diff --git a/vcl/inc/PhysicalFontCollection.hxx b/vcl/inc/PhysicalFontCollection.hxx index 1625a358f2af..b201a3be5458 100644 --- a/vcl/inc/PhysicalFontCollection.hxx +++ b/vcl/inc/PhysicalFontCollection.hxx @@ -25,6 +25,9 @@ #include "outfont.hxx" #include "PhysicalFontFamily.hxx" +class ImplGlyphFallbackFontSubstitution; +class ImplPreMatchFontSubstitution; + // - PhysicalFontCollection - // TODO: merge with ImplFontCache diff --git a/vcl/inc/outdev.h b/vcl/inc/outdev.h index 628329ea77e4..06959c81f2c5 100644 --- a/vcl/inc/outdev.h +++ b/vcl/inc/outdev.h @@ -33,8 +33,6 @@ class Size; namespace vcl { class Font; } class VirtualDevice; -class ImplGetDevFontList; -class GetDevSizeList; class PhysicalFontCollection; enum class AddFontSubstituteFlags; 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 |