summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/lineaction.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-26 19:55:29 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-26 19:55:29 +0000
commitb243139d593e2f7f4afccd8e81bdeac6cf769406 (patch)
tree5489aadb4bf8ec5dc195aeed372a43cb6ca5763a /cppcanvas/source/mtfrenderer/lineaction.hxx
parentda016de9f295bdd369b011c65914bdb46224d9d6 (diff)
INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/07/20 19:08:59 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:48 thb 1.2.2.1: Resync with canvas01 changes
Diffstat (limited to 'cppcanvas/source/mtfrenderer/lineaction.hxx')
-rw-r--r--cppcanvas/source/mtfrenderer/lineaction.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cppcanvas/source/mtfrenderer/lineaction.hxx b/cppcanvas/source/mtfrenderer/lineaction.hxx
index 177eea849a43..967d95902621 100644
--- a/cppcanvas/source/mtfrenderer/lineaction.hxx
+++ b/cppcanvas/source/mtfrenderer/lineaction.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: lineaction.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: thb $ $Date: 2004-03-18 10:41:04 $
+ * last change: $Author: rt $ $Date: 2004-11-26 20:55:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,7 +70,7 @@
#include <tools/gen.hxx>
#endif
-#include "action.hxx"
+#include <action.hxx>
#include <cppcanvas/canvas.hxx>
class Color;
@@ -93,7 +93,7 @@ namespace cppcanvas
const OutDevState& );
virtual ~LineAction();
- virtual bool render() const;
+ virtual bool render( const ::basegfx::B2DHomMatrix& rTransformation ) const;
private:
// default: disabled copy/assignment