summaryrefslogtreecommitdiff
path: root/include/svx/xlnedit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xlnedit.hxx')
-rw-r--r--include/svx/xlnedit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xlnedit.hxx b/include/svx/xlnedit.hxx
index edd77763abab..175f02380b82 100644
--- a/include/svx/xlnedit.hxx
+++ b/include/svx/xlnedit.hxx
@@ -54,7 +54,7 @@ public:
SfxMapUnit ePresMetric,
OUString &rText, const IntlWrapper * = 0 ) const SAL_OVERRIDE;
- basegfx::B2DPolyPolygon GetLineEndValue() const;
+ basegfx::B2DPolyPolygon GetLineEndValue() const { return maPolyPolygon;}
void SetLineEndValue(const basegfx::B2DPolyPolygon& rPolyPolygon) { maPolyPolygon = rPolyPolygon; Detach(); }
XLineEndItem* checkForUniqueItem( SdrModel* pModel ) const;