diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-11-27 17:11:45 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-11-27 17:11:45 +0100 |
commit | ecdf05d1b93529a0b1edda04d0f89c08cf580308 (patch) | |
tree | 3358712bb77a9dce0e15ab3e103b17ee4249296d /vcl/inc | |
parent | 42827b29407484bae73155433659c9d8231f42a8 (diff) |
missing declarations/includes
Change-Id: I3a9b99011467bdfe34825da24ffdf9179a3bb194
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/PhysicalFontCollection.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/PhysicalFontFamily.hxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/PhysicalFontCollection.hxx b/vcl/inc/PhysicalFontCollection.hxx index 9fc08ff4a40b..87b94fe2ce3b 100644 --- a/vcl/inc/PhysicalFontCollection.hxx +++ b/vcl/inc/PhysicalFontCollection.hxx @@ -28,6 +28,7 @@ #define MAX_GLYPHFALLBACK 16 +class ImplDeviceFontSizeList; class ImplGlyphFallbackFontSubstitution; class ImplPreMatchFontSubstitution; diff --git a/vcl/inc/PhysicalFontFamily.hxx b/vcl/inc/PhysicalFontFamily.hxx index 88437a58f8b0..496cbe73cbc9 100644 --- a/vcl/inc/PhysicalFontFamily.hxx +++ b/vcl/inc/PhysicalFontFamily.hxx @@ -28,6 +28,7 @@ #include "PhysicalFontFace.hxx" +class ImplDeviceFontList; class PhysicalFontFace; class PhysicalFontCollection; |