summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/svtools/imappoly.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/imappoly.hxx b/include/svtools/imappoly.hxx
index 7089e140854b..79ca52a0a1c7 100644
--- a/include/svtools/imappoly.hxx
+++ b/include/svtools/imappoly.hxx
@@ -43,7 +43,7 @@ protected:
bool ReadPreProLine( SvStream& rIStm, OUString& rStr );
public:
- IMapPolygonObject() {};
+ IMapPolygonObject() : bEllipse(false) {}
IMapPolygonObject( const Polygon& rPoly,
const OUString& rURL,
const OUString& rAltText,
@@ -52,7 +52,7 @@ public:
const OUString& rName,
bool bActive = true,
bool bPixelCoords = true );
- virtual ~IMapPolygonObject() {};
+ virtual ~IMapPolygonObject() {}
virtual sal_uInt16 GetType() const SAL_OVERRIDE;
virtual bool IsHit( const Point& rPoint ) const SAL_OVERRIDE;