From af2e5d335d10ad8cd2734683c8bd60e7a06eda25 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 13 Apr 2005 08:53:29 +0000 Subject: [PATCH] INTEGRATION: CWS visibility03 (1.6.4); FILE MERGED 2005/04/07 07:23:41 mhu 1.6.4.1: #i45006# Added missing forward declaration. --- cppcanvas/source/mtfrenderer/textaction.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cppcanvas/source/mtfrenderer/textaction.hxx b/cppcanvas/source/mtfrenderer/textaction.hxx index 5b2670365bce..b28ed08e5547 100644 --- a/cppcanvas/source/mtfrenderer/textaction.hxx +++ b/cppcanvas/source/mtfrenderer/textaction.hxx @@ -2,9 +2,9 @@ * * $RCSfile: textaction.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-03-30 08:32:12 $ + * last change: $Author: obo $ $Date: 2005-04-13 09:53:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,6 +80,7 @@ class VirtualDevice; class Point; class Color; +class String; /* Definition of internal::TextActionFactory class */