summaryrefslogtreecommitdiff
path: root/canvas/inc/canvas/canvastools.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-21 15:25:44 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-21 15:25:44 +0000
commit4eaf4a548936e899805dbef7e7b5bf306d990f61 (patch)
tree78be015cc0b2b258ac257d365baba1a6b66d8ad9 /canvas/inc/canvas/canvastools.hxx
parent7f8257effc552d8fe082d12954d4b68690aa4466 (diff)
INTEGRATION: CWS impress23 (1.4.4); FILE MERGED
2005/01/04 12:28:47 thb 1.4.4.1: #i39829# Corrected XGraphicDevice::getSize() behaviour, added createInfiniteSize2D() method to tools
Diffstat (limited to 'canvas/inc/canvas/canvastools.hxx')
-rw-r--r--canvas/inc/canvas/canvastools.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/canvas/inc/canvas/canvastools.hxx b/canvas/inc/canvas/canvastools.hxx
index 40b58ba11b87..2c2f79898671 100644
--- a/canvas/inc/canvas/canvastools.hxx
+++ b/canvas/inc/canvas/canvastools.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: canvastools.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 17:02:19 $
+ * last change: $Author: kz $ $Date: 2005-01-21 16:25:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,6 +90,7 @@ namespace basegfx
namespace drafts { namespace com { namespace sun { namespace star { namespace geometry
{
+ struct RealSize2D;
struct AffineMatrix2D;
struct Matrix2D;
} } } } }
@@ -125,6 +126,11 @@ namespace canvas
return ++x;
}
+ /** Create a RealSize2D with both coordinate values set to +infinity
+ */
+ ::drafts::com::sun::star::geometry::RealSize2D createInfiniteSize2D();
+
+
// View- and RenderState utilities
// ===================================================================