summaryrefslogtreecommitdiff
path: root/include/ucbhelper
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-06-04 16:35:09 +0200
committerNoel Grandin <noel@peralex.com>2013-06-05 08:13:23 +0200
commita1afcae81ca3c4b6bb240263b3259090d48c7715 (patch)
tree6045b67820afbf70fad99781b9e2126206bbe66e /include/ucbhelper
parent546fa9f365ef1b19abe6739d2f42389f82576437 (diff)
fdo#46808, Convert XMultiServiceFactory in ucb module
Change-Id: I4e1cfe22ba6043521dd1237f90ade66f80b29253
Diffstat (limited to 'include/ucbhelper')
-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,