diff options
Diffstat (limited to 'include/tools/poly.hxx')
-rw-r--r-- | include/tools/poly.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/poly.hxx b/include/tools/poly.hxx index 559b8d88b086..ad8ff402426d 100644 --- a/include/tools/poly.hxx +++ b/include/tools/poly.hxx @@ -269,8 +269,6 @@ public: bool operator!=( const tools::PolyPolygon& rPolyPoly ) const { return !(PolyPolygon::operator==( rPolyPoly )); } - bool IsEqual( const tools::PolyPolygon& rPolyPoly ) const; - TOOLS_DLLPUBLIC friend SvStream& ReadPolyPolygon( SvStream& rIStream, tools::PolyPolygon& rPolyPoly ); TOOLS_DLLPUBLIC friend SvStream& WritePolyPolygon( SvStream& rOStream, const tools::PolyPolygon& rPolyPoly ); |