summaryrefslogtreecommitdiff
path: root/include/svx/unoshape.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/unoshape.hxx')
-rw-r--r--include/svx/unoshape.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/unoshape.hxx b/include/svx/unoshape.hxx
index 81092d548acc..cdcd74fb3264 100644
--- a/include/svx/unoshape.hxx
+++ b/include/svx/unoshape.hxx
@@ -611,7 +611,7 @@ public:
virtual ~SvxShapePolyPolygon() throw();
// Local support functions
- ::com::sun::star::drawing::PolygonKind GetPolygonKind() const throw();
+ ::com::sun::star::drawing::PolygonKind GetPolygonKind() const throw() { return mePolygonKind;}
void SetPolygon(const basegfx::B2DPolyPolygon& rNew) throw(css::uno::RuntimeException);
basegfx::B2DPolyPolygon GetPolygon() const throw();
@@ -641,7 +641,7 @@ public:
virtual ~SvxShapePolyPolygonBezier() throw();
// Local support functions
- ::com::sun::star::drawing::PolygonKind GetPolygonKind() const throw();
+ ::com::sun::star::drawing::PolygonKind GetPolygonKind() const throw() { return mePolygonKind;}
void SetPolygon(const basegfx::B2DPolyPolygon & rNew) throw(css::uno::RuntimeException);
basegfx::B2DPolyPolygon GetPolygon() const throw();