summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uno/unomodule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/uno/unomodule.hxx')
-rw-r--r--sw/source/uibase/uno/unomodule.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/uno/unomodule.hxx b/sw/source/uibase/uno/unomodule.hxx
index 8d7c29654f4b..8bf731e9e20c 100644
--- a/sw/source/uibase/uno/unomodule.hxx
+++ b/sw/source/uibase/uno/unomodule.hxx
@@ -53,9 +53,9 @@ class SwUnoModule : public ::cppu::WeakImplHelper< css::frame::XDispatchProvider
css::uno::Reference < css::lang::XMultiServiceFactory > m_xFactory;
public:
- SwUnoModule( const css::uno::Reference < css::lang::XMultiServiceFactory >& xFactory )
- : m_xFactory( xFactory )
- {}
+ explicit SwUnoModule( const css::uno::Reference < css::lang::XMultiServiceFactory >& xFactory )
+ : m_xFactory( xFactory )
+ {}
// XNotifyingDispatch
virtual void SAL_CALL dispatchWithNotification( const css::util::URL& aURL, const css::uno::Sequence< css::beans::PropertyValue >& aArgs, const css::uno::Reference< css::frame::XDispatchResultListener >& xListener ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;