diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-08-05 11:53:06 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-08-05 11:53:06 +0000 |
commit | 94160ab49d81481058328661e3fd68ace033044a (patch) | |
tree | a3e8598428a06cee73e153e83d6a78e6b538010a /psprint | |
parent | 9cfce6733f5f3161c3dfc6a8d39283e705df0343 (diff) |
INTEGRATION: CWS gslpatches2 (1.14.34); FILE MERGED
2005/05/31 09:10:19 pl 1.14.34.1: #i50067# forward decls (thanks to pmladek)
Diffstat (limited to 'psprint')
-rw-r--r-- | psprint/inc/psprint/printergfx.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/psprint/inc/psprint/printergfx.hxx b/psprint/inc/psprint/printergfx.hxx index a2ba2b859b34..d5c294935baf 100644 --- a/psprint/inc/psprint/printergfx.hxx +++ b/psprint/inc/psprint/printergfx.hxx @@ -2,9 +2,9 @@ * * $RCSfile: printergfx.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: rt $ $Date: 2004-09-08 14:00:04 $ + * last change: $Author: hr $ $Date: 2005-08-05 12:53:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -164,6 +164,7 @@ public: * forward declarations */ +class Font3; class GlyphSet; class PrinterJob; class PrintFontManager; |