summaryrefslogtreecommitdiff
path: root/ucb/source/core/providermap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/core/providermap.hxx')
-rw-r--r--ucb/source/core/providermap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/core/providermap.hxx b/ucb/source/core/providermap.hxx
index 243ad0d12317..c66e2215736f 100644
--- a/ucb/source/core/providermap.hxx
+++ b/ucb/source/core/providermap.hxx
@@ -41,7 +41,7 @@ private:
com::sun::star::ucb::XContentProvider > resolveProvider() const;
public:
- ProviderListEntry_Impl(
+ explicit ProviderListEntry_Impl(
const com::sun::star::uno::Reference<
com::sun::star::ucb::XContentProvider >& xProvider )
: m_xProvider( xProvider ) {}