INTEGRATION: CWS aw019 (1.5.20); FILE MERGED

2004/10/06 11:14:07 aw 1.5.20.1: #i34831#
This commit is contained in:
Pascal Junck
2004-11-03 07:35:32 +00:00
parent 9e6350569b
commit 1d9fcdeb26

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: b2irange.hxx,v $ * $RCSfile: b2irange.hxx,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change: $Author: kz $ $Date: 2004-06-10 11:39:17 $ * last change: $Author: pjunck $ $Date: 2004-11-03 08:35:32 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -250,8 +250,13 @@ namespace basegfx
maRangeX.expand(rRange.maRangeX); maRangeX.expand(rRange.maRangeX);
maRangeY.expand(rRange.maRangeY); maRangeY.expand(rRange.maRangeY);
} }
};
void grow(sal_Int32 nValue)
{
maRangeX.grow(nValue);
maRangeY.grow(nValue);
}
};
} // end of namespace basegfx } // end of namespace basegfx
#endif /* _BGFX_RANGE_B2IRANGE_HXX */ #endif /* _BGFX_RANGE_B2IRANGE_HXX */