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