summaryrefslogtreecommitdiff
path: root/cppcanvas
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-22 10:50:08 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-22 10:50:08 +0000
commit373b30512b220d104793a67334669397c52b8f44 (patch)
tree591d443d89f00c322de749c2d6aaa8186088df88 /cppcanvas
parent295dcf667c4b885c2a71b9ec5e5d855ea20166b4 (diff)
INTEGRATION: CWS thbpp6 (1.6.44); FILE MERGED
2006/12/21 17:20:53 thb 1.6.44.1: #121806# Now keeping full precision of the mtf logic coordinates across mtf->XCanvas conversion
Diffstat (limited to 'cppcanvas')
-rw-r--r--cppcanvas/source/mtfrenderer/lineaction.hxx12
1 files changed, 7 insertions, 5 deletions
diff --git a/cppcanvas/source/mtfrenderer/lineaction.hxx b/cppcanvas/source/mtfrenderer/lineaction.hxx
index 35d6ecdbaa2b..621da2b35440 100644
--- a/cppcanvas/source/mtfrenderer/lineaction.hxx
+++ b/cppcanvas/source/mtfrenderer/lineaction.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: lineaction.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 08:18:59 $
+ * last change: $Author: obo $ $Date: 2007-01-22 11:50:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,7 +39,9 @@
#include <action.hxx>
#include <cppcanvas/canvas.hxx>
-class Point;
+namespace basegfx {
+ class B2DPoint;
+}
/* Definition of internal::LineActionFactory class */
@@ -61,8 +63,8 @@ namespace cppcanvas
{
public:
/// Plain hair line from point 1 to point 2
- static ActionSharedPtr createLineAction( const ::Point&,
- const ::Point&,
+ static ActionSharedPtr createLineAction( const ::basegfx::B2DPoint&,
+ const ::basegfx::B2DPoint&,
const CanvasSharedPtr&,
const OutDevState& );