INTEGRATION: CWS aw055 (1.13.30); FILE MERGED

2008/02/29 04:31:26 aw 1.13.30.2: removed op equal at polygons, added to tooling. Done for 2D and 3D
2008/02/28 08:04:30 aw 1.13.30.1: finetuning for SVG im/export
This commit is contained in:
Ivo Hinkelmann 2008-04-24 14:04:33 +00:00
parent c296a239d5
commit d48b3eeeee

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: b2dpolypolygon.hxx,v $
* $Revision: 1.14 $
* $Revision: 1.15 $
*
* This file is part of OpenOffice.org.
*
@ -108,7 +108,7 @@ namespace basegfx
void removeDoublePoints();
// apply transformation given in matrix form to the polygon
void transform(const ::basegfx::B2DHomMatrix& rMatrix);
void transform(const basegfx::B2DHomMatrix& rMatrix);
};
} // end of namespace basegfx