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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/xlnstit.hxx b/include/svx/xlnstit.hxx
index c9c9ac45f884..1a142bd04b8a 100644
--- a/include/svx/xlnstit.hxx
+++ b/include/svx/xlnstit.hxx
@@ -42,7 +42,7 @@ public:
XLineStartItem(SvStream& rIn);
virtual bool operator==(const SfxPoolItem& rItem) const override;
- virtual SfxPoolItem* Clone(SfxItemPool* pPool = 0) const override;
+ virtual SfxPoolItem* Clone(SfxItemPool* pPool = nullptr) const override;
virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVer) const override;
virtual SvStream& Store(SvStream& rOut, sal_uInt16 nItemVersion ) const override;
@@ -52,7 +52,7 @@ public:
virtual bool GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
- OUString &rText, const IntlWrapper * = 0 ) const override;
+ OUString &rText, const IntlWrapper * = nullptr ) const override;
basegfx::B2DPolyPolygon GetLineStartValue() const { return maPolyPolygon;}
void SetLineStartValue(const basegfx::B2DPolyPolygon& rPolyPolygon) { maPolyPolygon = rPolyPolygon; Detach(); }