summaryrefslogtreecommitdiff
path: root/include/svx/xlnwtit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xlnwtit.hxx')
-rw-r--r--include/svx/xlnwtit.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/xlnwtit.hxx b/include/svx/xlnwtit.hxx
index 17172caf8f52..0a46ddc8cc08 100644
--- a/include/svx/xlnwtit.hxx
+++ b/include/svx/xlnwtit.hxx
@@ -32,7 +32,7 @@ public:
TYPEINFO_OVERRIDE();
XLineWidthItem(long nWidth = 0);
XLineWidthItem(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