summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/pointaction.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-22 10:51:39 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-22 10:51:39 +0000
commit127473736e2933aad70daf98e0b8497e95314e0d (patch)
tree25fe3688ae8dfd9eadfd32c9c0f99b3c16a3bce1 /cppcanvas/source/mtfrenderer/pointaction.hxx
parentf38265be217dac6f257d58de0f6fea28d5a9feb2 (diff)
INTEGRATION: CWS thbpp6 (1.6.44); FILE MERGED
2006/12/21 17:20:54 thb 1.6.44.1: #121806# Now keeping full precision of the mtf logic coordinates across mtf->XCanvas conversion
Diffstat (limited to 'cppcanvas/source/mtfrenderer/pointaction.hxx')
-rw-r--r--cppcanvas/source/mtfrenderer/pointaction.hxx13
1 files changed, 7 insertions, 6 deletions
diff --git a/cppcanvas/source/mtfrenderer/pointaction.hxx b/cppcanvas/source/mtfrenderer/pointaction.hxx
index 762a2805f05a..ad9ba2f0ab46 100644
--- a/cppcanvas/source/mtfrenderer/pointaction.hxx
+++ b/cppcanvas/source/mtfrenderer/pointaction.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pointaction.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 08:21:14 $
+ * last change: $Author: obo $ $Date: 2007-01-22 11:51:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,9 +39,10 @@
#include <action.hxx>
#include <cppcanvas/canvas.hxx>
-class Point;
class Color;
-
+namespace basegfx {
+ class B2DPoint;
+}
/* Definition of internal::PointActionFactory class */
@@ -62,12 +63,12 @@ namespace cppcanvas
{
public:
/// Point in current color
- static ActionSharedPtr createPointAction( const ::Point&,
+ static ActionSharedPtr createPointAction( const ::basegfx::B2DPoint&,
const CanvasSharedPtr&,
const OutDevState& );
/// Point in given color
- static ActionSharedPtr createPointAction( const ::Point&,
+ static ActionSharedPtr createPointAction( const ::basegfx::B2DPoint&,
const CanvasSharedPtr&,
const OutDevState&,
const ::Color& );