summaryrefslogtreecommitdiff
path: root/include/svx/xlnstcit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xlnstcit.hxx')
-rw-r--r--include/svx/xlnstcit.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/xlnstcit.hxx b/include/svx/xlnstcit.hxx
index ff05e382b2ca..dba0b29baf6b 100644
--- a/include/svx/xlnstcit.hxx
+++ b/include/svx/xlnstcit.hxx
@@ -32,7 +32,7 @@ public:
TYPEINFO_OVERRIDE();
XLineStartCenterItem(bool bStartCenter = false);
XLineStartCenterItem(SvStream& rIn);
- 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 bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override;
@@ -41,7 +41,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;
};
#endif