summaryrefslogtreecommitdiff
path: root/include/svx/sdtfchim.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdtfchim.hxx')
-rw-r--r--include/svx/sdtfchim.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/sdtfchim.hxx b/include/svx/sdtfchim.hxx
index cf175ec18c6b..47faebebde22 100644
--- a/include/svx/sdtfchim.hxx
+++ b/include/svx/sdtfchim.hxx
@@ -31,11 +31,11 @@ public:
SVX_DLLPRIVATE virtual bool GetPresentation(SfxItemPresentation ePresentation,
SfxMapUnit eCoreMetric, SfxMapUnit ePresentationMetric,
- OUString &rText, const IntlWrapper * = 0) const override;
+ OUString &rText, const IntlWrapper * = nullptr) const override;
SVX_DLLPRIVATE virtual SfxPoolItem* Create( SvStream&, sal_uInt16 nItem ) const override;
SVX_DLLPRIVATE virtual SvStream& Store( SvStream&, sal_uInt16 nVersion ) const override;
- SVX_DLLPRIVATE virtual SfxPoolItem* Clone( SfxItemPool* pPool = NULL ) const override;
+ SVX_DLLPRIVATE virtual SfxPoolItem* Clone( SfxItemPool* pPool = nullptr ) const override;
SVX_DLLPRIVATE virtual sal_uInt16 GetVersion( sal_uInt16 nFileFormatVersion ) const override;
SVX_DLLPRIVATE virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override;