summaryrefslogtreecommitdiff
path: root/include/ucbhelper/registerucb.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/registerucb.hxx')
-rw-r--r--include/ucbhelper/registerucb.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/ucbhelper/registerucb.hxx b/include/ucbhelper/registerucb.hxx
index 1c58fc1b682b..183dabdf6d06 100644
--- a/include/ucbhelper/registerucb.hxx
+++ b/include/ucbhelper/registerucb.hxx
@@ -30,6 +30,7 @@
namespace com { namespace sun { namespace star {
namespace lang { class XMultiServiceFactory; }
+ namespace uno { class XComponentContext; }
} } }
@@ -108,8 +109,8 @@ UCBHELPER_DLLPUBLIC bool registerAtUcb(
com::sun::star::ucb::XContentProviderManager > const &
rManager,
com::sun::star::uno::Reference<
- com::sun::star::lang::XMultiServiceFactory > const &
- rServiceFactory,
+ com::sun::star::uno::XComponentContext > const &
+ rxContext,
OUString const & rName,
OUString const & rArguments,
OUString const & rTemplate,