summaryrefslogtreecommitdiff
path: root/include/svl/ctypeitm.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:24:53 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:47 +0100
commitbf057fab3c0d17bf2832c8d9fc6d34b1b859e660 (patch)
tree7792f30782655fa9f0830b7320f9ff988c598fb1 /include/svl/ctypeitm.hxx
parent6f06230da10c6a51c5538f1b5515b341475ea043 (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: I0f2f81dae91f62639e79799b1bed1b2df1fd79ab
Diffstat (limited to 'include/svl/ctypeitm.hxx')
-rw-r--r--include/svl/ctypeitm.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/ctypeitm.hxx b/include/svl/ctypeitm.hxx
index bd72434ae87f..64beb5fe4181 100644
--- a/include/svl/ctypeitm.hxx
+++ b/include/svl/ctypeitm.hxx
@@ -45,7 +45,7 @@ public:
virtual sal_uInt16 GetVersion(sal_uInt16) const override;
- virtual SfxPoolItem* Clone( SfxItemPool *pPool = NULL ) const override;
+ virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;
void SetValue( const OUString& rNewVal );
@@ -53,7 +53,7 @@ public:
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
OUString & rText,
- const IntlWrapper* pIntlWrapper = 0 ) const override;
+ const IntlWrapper* pIntlWrapper = nullptr ) const override;
virtual bool QueryValue( css::uno::Any& rVal,
sal_uInt8 nMemberId = 0 ) const override;