summaryrefslogtreecommitdiff
path: root/basegfx/inc
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-11-14 13:06:16 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-11-14 13:06:16 +0000
commit9b5eaf6f731e9745f1d2e0a23c47b87d9b723995 (patch)
tree78d70b3f08d5a59ffd35ceb4066cd370074405b5 /basegfx/inc
parent050ba5389ab6c0f346a44e835cd0e5e9a7872c9c (diff)
INTEGRATION: CWS aw024 (1.15.4); FILE MERGED
2006/03/15 11:12:27 aw 1.15.4.1: #i39528# Added transform to B2DRange
Diffstat (limited to 'basegfx/inc')
-rw-r--r--basegfx/inc/basegfx/range/b2drange.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/basegfx/inc/basegfx/range/b2drange.hxx b/basegfx/inc/basegfx/range/b2drange.hxx
index 1c9b5ef6e975..3328238a979d 100644
--- a/basegfx/inc/basegfx/range/b2drange.hxx
+++ b/basegfx/inc/basegfx/range/b2drange.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: b2drange.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: kz $ $Date: 2005-11-02 13:54:51 $
+ * last change: $Author: ihi $ $Date: 2006-11-14 14:06:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -265,6 +265,8 @@ namespace basegfx
maRangeY.grow(fValue);
}
+ void transform(const B2DHomMatrix& rMatrix);
+
private:
typedef ::basegfx::BasicRange< ValueType, TraitsType > MyBasicRange;