vcl/inc/PhysicalFontCollection.hxx | 3 +++ vcl/inc/outdev.h | 2 -- vcl/inc/outfont.hxx | 9 --------- 3 files changed, 3 insertions(+), 11 deletions(-)
New commits: commit 734cbb22a6829b6bd9db9ce8f52df4d260efbc6a Author: Tor Lillqvist <t...@collabora.com> Date: Tue Nov 17 13:43:47 2015 +0200 Bin unneeded forward declarations And move some to the include file where needed. Change-Id: Ibbe2b7d531f41c1d58faf17f4795b4ce30355675 diff --git a/vcl/inc/PhysicalFontCollection.hxx b/vcl/inc/PhysicalFontCollection.hxx index 1625a35..b201a3b 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 628329e..06959c8 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 0becf0a..9511f23 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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits