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 acd21ac62e3d..cd614e5515b0 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 ( ::com::sun::star::io::IOException ); public: - SIDEModel( SfxObjectShell *pObjSh = 0 ); + explicit SIDEModel(SfxObjectShell *pObjSh = 0); virtual ~SIDEModel(); //XInterface |