diff options
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 |