diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-08-05 12:21:15 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-08-05 12:21:15 +0000 |
commit | dd2287fc1ca5402c2ac8d075a633e193bb2d61ac (patch) | |
tree | d979b02ed8ecd1508cfcbf7249823d8e34eeb3a7 /psprint | |
parent | 0a476bc6d9469551e2bc60fece5d79df146877b9 (diff) |
INTEGRATION: CWS cmcfixes12 (1.14.46); FILE MERGED
2005/07/26 10:42:56 cmc 1.14.46.1: #ii52482# change implicit forward decl to explicit
Diffstat (limited to 'psprint')
-rw-r--r-- | psprint/inc/psprint/printergfx.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/psprint/inc/psprint/printergfx.hxx b/psprint/inc/psprint/printergfx.hxx index d5c294935baf..61cb389bee8c 100644 --- a/psprint/inc/psprint/printergfx.hxx +++ b/psprint/inc/psprint/printergfx.hxx @@ -2,9 +2,9 @@ * * $RCSfile: printergfx.hxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: hr $ $Date: 2005-08-05 12:53:06 $ + * last change: $Author: hr $ $Date: 2005-08-05 13:21:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -219,6 +219,8 @@ struct GraphicsStatus GraphicsStatus(); }; +class Font3; + class PrinterGfx { private: |