summaryrefslogtreecommitdiff
path: root/package/source/xstor/xfactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/xstor/xfactory.hxx')
-rw-r--r--package/source/xstor/xfactory.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/xstor/xfactory.hxx b/package/source/xstor/xfactory.hxx
index b6dbe4e7d00d..8ec725b3928f 100644
--- a/package/source/xstor/xfactory.hxx
+++ b/package/source/xstor/xfactory.hxx
@@ -31,7 +31,7 @@ class OStorageFactory : public ::cppu::WeakImplHelper2< ::com::sun::star::lang::
::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > m_xContext;
public:
- OStorageFactory( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xContext )
+ explicit OStorageFactory( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xContext )
: m_xContext( xContext )
{
OSL_ENSURE( xContext.is(), "No service manager is provided!\n" );