summaryrefslogtreecommitdiff
path: root/include/svx/xlncapit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xlncapit.hxx')
-rw-r--r--include/svx/xlncapit.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/xlncapit.hxx b/include/svx/xlncapit.hxx
index 0e2c5add0a8e..2b3536440476 100644
--- a/include/svx/xlncapit.hxx
+++ b/include/svx/xlncapit.hxx
@@ -37,14 +37,14 @@ public:
XLineCapItem(SvStream& rIn);
virtual sal_uInt16 GetVersion( sal_uInt16 nFileFormatVersion ) 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 bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override;
virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override;
virtual bool GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric,
- OUString &rText, const IntlWrapper * = 0 ) const override;
+ OUString &rText, const IntlWrapper * = nullptr ) const override;
virtual sal_uInt16 GetValueCount() const override;
css::drawing::LineCap GetValue() const;