INTEGRATION: CWS aw019 (1.3.36); FILE MERGED

2004/10/06 11:14:07 aw 1.3.36.1: #i34831#
This commit is contained in:
Pascal Junck 2004-11-03 07:35:01 +00:00
parent 80b711d3fd
commit e2a0a89c67

View file

@ -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