summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-08-05 12:21:02 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-08-05 12:21:02 +0000
commit0a476bc6d9469551e2bc60fece5d79df146877b9 (patch)
tree402e73ce31528b234e372c8bfe593685831cc61b /psprint
parent1a933a3e3815fdfe7e38b6e81c9bfe962c548d50 (diff)
INTEGRATION: CWS cmcfixes12 (1.22.34); FILE MERGED
2005/07/26 10:42:56 cmc 1.22.34.1: #ii52482# change implicit forward decl to explicit
Diffstat (limited to 'psprint')
-rw-r--r--psprint/inc/psprint/fontmanager.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/psprint/inc/psprint/fontmanager.hxx b/psprint/inc/psprint/fontmanager.hxx
index fc77e340241d..4c21973a492e 100644
--- a/psprint/inc/psprint/fontmanager.hxx
+++ b/psprint/inc/psprint/fontmanager.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fontmanager.hxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: hr $ $Date: 2005-08-05 12:52:53 $
+ * last change: $Author: hr $ $Date: 2005-08-05 13:21:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -248,6 +248,8 @@ class FontCache;
// a class to manage printable fonts
// aims are type1 and truetype fonts
+class FontCache;
+
class PrintFontManager
{
struct PrintFont;