From dd2287fc1ca5402c2ac8d075a633e193bb2d61ac Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Fri, 5 Aug 2005 12:21:15 +0000 Subject: 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 --- psprint/inc/psprint/printergfx.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'psprint') 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: -- cgit