diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:10:16 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:31:16 +0100 |
commit | 4b0a3da4c5303fc97658050cf790f956f298599a (patch) | |
tree | 43764a1843059b3cdcf2e008c6c06d6a2d8cb87b /basctl/source/basicide/unomodel.hxx | |
parent | 8697284d248f47dd4798f7ef49791fc7686f646d (diff) |
loplugin:nullptr (automatic rewrite)
Change-Id: I27f1d5ee55338372b1c24187b63d23ae39e0a8b3
Diffstat (limited to 'basctl/source/basicide/unomodel.hxx')
-rw-r--r-- | basctl/source/basicide/unomodel.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/unomodel.hxx b/basctl/source/basicide/unomodel.hxx index c6ec667a20ae..15afdf7abd59 100644 --- a/basctl/source/basicide/unomodel.hxx +++ b/basctl/source/basicide/unomodel.hxx @@ -30,7 +30,7 @@ class SIDEModel : public SfxBaseModel, { static void notImplemented() throw ( css::io::IOException ); public: - explicit SIDEModel(SfxObjectShell *pObjSh = 0); + explicit SIDEModel(SfxObjectShell *pObjSh = nullptr); virtual ~SIDEModel(); //XInterface |