summaryrefslogtreecommitdiff
path: root/basegfx/inc/basegfx/range
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-03 07:35:01 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-03 07:35:01 +0000
commite2a0a89c67ad1e97847ccc1dadb8dc329f7f9f6a (patch)
tree85961da72483c9623cac86243f179d96488eee92 /basegfx/inc/basegfx/range
parent80b711d3fd57ca59787f7a7bafe95b22ce1eebd5 (diff)
INTEGRATION: CWS aw019 (1.3.36); FILE MERGED
2004/10/06 11:14:07 aw 1.3.36.1: #i34831#
Diffstat (limited to 'basegfx/inc/basegfx/range')
-rw-r--r--basegfx/inc/basegfx/range/b1irange.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/basegfx/inc/basegfx/range/b1irange.hxx b/basegfx/inc/basegfx/range/b1irange.hxx
index 0a56f3fb70a4..d68bbd15e3ec 100644
--- a/basegfx/inc/basegfx/range/b1irange.hxx
+++ b/basegfx/inc/basegfx/range/b1irange.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b1irange.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: thb $ $Date: 2004-02-16 17:03:07 $
+ * last change: $Author: pjunck $ $Date: 2004-11-03 08:35:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -157,6 +157,11 @@ namespace basegfx
{
maRange.expand(rRange.maRange);
}
+
+ void grow(sal_Int32 nValue)
+ {
+ maRange.grow(nValue);
+ }
};
} // end of namespace basegfx