From 3cc603d68c9ec88802a1b5fe4844f3f79e6bf2ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Fri, 26 Nov 2004 19:56:22 +0000 Subject: [PATCH] INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/07/20 19:09:00 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:49 thb 1.2.2.1: Resync with canvas01 changes --- cppcanvas/source/mtfrenderer/pointaction.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cppcanvas/source/mtfrenderer/pointaction.hxx b/cppcanvas/source/mtfrenderer/pointaction.hxx index 5a994e27909d..fc5bbf181482 100644 --- a/cppcanvas/source/mtfrenderer/pointaction.hxx +++ b/cppcanvas/source/mtfrenderer/pointaction.hxx @@ -2,9 +2,9 @@ * * $RCSfile: pointaction.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: thb $ $Date: 2004-03-18 10:41:06 $ + * last change: $Author: rt $ $Date: 2004-11-26 20:56:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,7 +70,7 @@ #include #endif -#include "action.hxx" +#include #include class Color; @@ -95,7 +95,7 @@ namespace cppcanvas const ::Color& ); virtual ~PointAction(); - virtual bool render() const; + virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation ) const; private: // default: disabled copy/assignment