summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/fontselect.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/inc/fontselect.hxx b/vcl/inc/fontselect.hxx
index a3908fd5cb6f..fd98afcb4b1a 100644
--- a/vcl/inc/fontselect.hxx
+++ b/vcl/inc/fontselect.hxx
@@ -26,12 +26,10 @@
#include <unordered_map>
+namespace vcl { class Font; }
+
class PhysicalFontFace;
class LogicalFontInstance;
-class ImplFontCache;
-namespace vcl { class Font; }
-class ConvertChar;
-class OutputDevice;
class Size;
class FontSelectPatternAttributes : public FontAttributes
@@ -66,6 +64,8 @@ public:
ItalicMatrix maItalicMatrix; // Force matrix for slant
};
+
+
class FontSelectPattern : public FontSelectPatternAttributes
{
public: