summaryrefslogtreecommitdiff
path: root/include/svx/svdomeas.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdomeas.hxx')
-rw-r--r--include/svx/svdomeas.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdomeas.hxx b/include/svx/svdomeas.hxx
index 146ee871c226..ad8edf9a18c3 100644
--- a/include/svx/svdomeas.hxx
+++ b/include/svx/svdomeas.hxx
@@ -137,7 +137,7 @@ public:
virtual bool BegTextEdit(SdrOutliner& rOutl) override;
virtual const Size& GetTextSize() const override;
virtual void TakeTextRect( SdrOutliner& rOutliner, Rectangle& rTextRect, bool bNoEditText = false,
- Rectangle* pAnchorRect=NULL, bool bLineWidth = true ) const override;
+ Rectangle* pAnchorRect=nullptr, bool bLineWidth = true ) const override;
virtual void TakeTextAnchorRect(Rectangle& rAnchorRect) const override;
virtual void TakeTextEditArea(Size* pPaperMin, Size* pPaperMax, Rectangle* pViewInit, Rectangle* pViewMin) const override;
virtual sal_uInt16 GetOutlinerViewAnchorMode() const override;