diff options
author | hdu <duerr@sun.com> | 2010-02-18 08:31:39 +0100 |
---|---|---|
committer | hdu <duerr@sun.com> | 2010-02-18 08:31:39 +0100 |
commit | 8f2547536412e2cf7ddc0ae2762a881937b02792 (patch) | |
tree | b2e5b0808a8483faa6e1bfabcfa57237f60b834e /vcl | |
parent | f390b033cf20e447a181d4d984593ca2630275f4 (diff) |
fix build of CWS fchints01 in padmin
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/vcl/fontmanager.hxx | 2 | ||||
-rw-r--r-- | vcl/unx/source/fontmanager/fontconfig.cxx | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/vcl/fontmanager.hxx b/vcl/inc/vcl/fontmanager.hxx index afc4d3556575..b72db0393758 100644 --- a/vcl/inc/vcl/fontmanager.hxx +++ b/vcl/inc/vcl/fontmanager.hxx @@ -35,7 +35,6 @@ #include "vcl/dllapi.h" #include "vcl/helper.hxx" -#include "vcl/impfont.hxx" #include "com/sun/star/lang/Locale.hpp" @@ -50,6 +49,7 @@ // forward declarations namespace utl { class MultiAtomProvider; } // see unotools/atom.hxx class FontSubsetInfo; +class ImplFontOptions; namespace psp { class PPDParser; // see ppdparser.hxx diff --git a/vcl/unx/source/fontmanager/fontconfig.cxx b/vcl/unx/source/fontmanager/fontconfig.cxx index 32caa3eb0e9a..a71b9fc76703 100644 --- a/vcl/unx/source/fontmanager/fontconfig.cxx +++ b/vcl/unx/source/fontmanager/fontconfig.cxx @@ -32,6 +32,7 @@ #include "vcl/fontmanager.hxx" #include "vcl/fontcache.hxx" +#include "vcl/impfont.hxx" using namespace psp; |