summaryrefslogtreecommitdiff
path: root/include/svx/xlnstit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xlnstit.hxx')
-rw-r--r--include/svx/xlnstit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xlnstit.hxx b/include/svx/xlnstit.hxx
index a47d2ec5114f..c8ff1c2c6527 100644
--- a/include/svx/xlnstit.hxx
+++ b/include/svx/xlnstit.hxx
@@ -52,7 +52,7 @@ public:
virtual bool GetPresentation( SfxItemPresentation ePres,
MapUnit eCoreMetric,
MapUnit ePresMetric,
- OUString &rText, const IntlWrapper * = nullptr ) const override;
+ OUString &rText, const IntlWrapper& ) const override;
const basegfx::B2DPolyPolygon& GetLineStartValue() const { return maPolyPolygon;}
void SetLineStartValue(const basegfx::B2DPolyPolygon& rPolyPolygon) { maPolyPolygon = rPolyPolygon; Detach(); }