[Libreoffice-commits] core.git: vcl/inc
Chris Sherlock
chris.sherlock79 at gmail.com
Wed Jan 13 15:46:36 PST 2016
vcl/inc/fontselect.hxx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 8689db0049718d203ed2900e612ef4221b09ec85
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Thu Jan 14 10:45:35 2016 +1100
vcl: remove unnecessary foward decls from fontselect.hxx
Change-Id: I6721303864c45251f50ee62515674909354cf932
diff --git a/vcl/inc/fontselect.hxx b/vcl/inc/fontselect.hxx
index a3908fd..fd98afc 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:
More information about the Libreoffice-commits
mailing list