summaryrefslogtreecommitdiff
path: root/include/svx/sxmbritm.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-11 16:07:35 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-11 16:07:35 +0100
commit8bae6345bff0508f5f01e0061d7b576f36e6961d (patch)
treecb187d2ea50c7aa39a1f4c1f66faa0b395105de8 /include/svx/sxmbritm.hxx
parent54c679af63b87dd83b6da07201b68728bded4ba9 (diff)
loplugin:nullptr
Change-Id: Id0cab3b90ea9f3de7dc63f58ef247ba512af79f4
Diffstat (limited to 'include/svx/sxmbritm.hxx')
-rw-r--r--include/svx/sxmbritm.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sxmbritm.hxx b/include/svx/sxmbritm.hxx
index aff84cd8da1a..a24c8933f517 100644
--- a/include/svx/sxmbritm.hxx
+++ b/include/svx/sxmbritm.hxx
@@ -34,7 +34,7 @@ public:
SdrMeasureBelowRefEdgeItem(bool bOn=false): SdrYesNoItem(SDRATTR_MEASUREBELOWREFEDGE,bOn) {}
SdrMeasureBelowRefEdgeItem(SvStream& rIn): SdrYesNoItem(SDRATTR_MEASUREBELOWREFEDGE,rIn) {}
virtual ~SdrMeasureBelowRefEdgeItem();
- virtual SfxPoolItem* Clone(SfxItemPool* pPool=NULL) const override;
+ virtual SfxPoolItem* Clone(SfxItemPool* pPool=nullptr) const override;
};
#endif