diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-06-06 19:31:23 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2016-06-07 02:02:06 +0000 |
commit | 5012f694d46bd20263d2ceebc28143be1999c0fd (patch) | |
tree | 22fd8149f9cce596cf431d4c49b11fe95ae60e2a /starmath/inc/unomodel.hxx | |
parent | b3f1afc28fa537e6d4ff15de457a4a9dc4af809e (diff) |
starmath: Make ctors explicit
Change-Id: Ic1b7ce74f73bd41824e0af78675b4e18af32b1f5
Reviewed-on: https://gerrit.libreoffice.org/25960
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'starmath/inc/unomodel.hxx')
-rw-r--r-- | starmath/inc/unomodel.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/unomodel.hxx b/starmath/inc/unomodel.hxx index 95c15d9392e7..86bfc93861d0 100644 --- a/starmath/inc/unomodel.hxx +++ b/starmath/inc/unomodel.hxx @@ -59,7 +59,7 @@ protected: virtual void _getPropertyValues( const comphelper::PropertyMapEntry** ppEntries, css::uno::Any* pValue ) throw (css::uno::RuntimeException, css::beans::UnknownPropertyException, css::lang::WrappedTargetException, std::exception) override; public: - SmModel( SfxObjectShell *pObjSh = nullptr ); + explicit SmModel( SfxObjectShell *pObjSh = nullptr ); virtual ~SmModel() throw (); //XInterface |