From 8689db0049718d203ed2900e612ef4221b09ec85 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Thu, 14 Jan 2016 10:45:35 +1100 Subject: vcl: remove unnecessary foward decls from fontselect.hxx Change-Id: I6721303864c45251f50ee62515674909354cf932 --- vcl/inc/fontselect.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vcl') 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 +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: -- cgit