summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/expand
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-08-31 21:45:56 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-09-01 21:06:10 +0200
commitf1493c583fa02abcde685980b6f0d60b0338d772 (patch)
tree9d1ce3f5d8e03cc01073c4069adc95f31983854c /ucb/source/ucp/expand
parentb08f8494e67bb433686853328df68f377c45e019 (diff)
ucb: add component prefixes
Change-Id: I77bb24d90d310452530abe57ebc183cce98043de
Diffstat (limited to 'ucb/source/ucp/expand')
-rw-r--r--ucb/source/ucp/expand/ucpexpand.cxx2
-rw-r--r--ucb/source/ucp/expand/ucpexpand1.component2
2 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/expand/ucpexpand.cxx b/ucb/source/ucp/expand/ucpexpand.cxx
index 0c74ba4f27b1..3f75376e1249 100644
--- a/ucb/source/ucp/expand/ucpexpand.cxx
+++ b/ucb/source/ucp/expand/ucpexpand.cxx
@@ -266,7 +266,7 @@ static const ::cppu::ImplementationEntry s_entries [] =
extern "C"
{
-SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
+SAL_DLLPUBLIC_EXPORT void * SAL_CALL ucpexpand1_component_getFactory(
const sal_Char * pImplName,
lang::XMultiServiceFactory * pServiceManager,
registry::XRegistryKey * pRegistryKey )
diff --git a/ucb/source/ucp/expand/ucpexpand1.component b/ucb/source/ucp/expand/ucpexpand1.component
index c8a7e8e18c68..307522ce1372 100644
--- a/ucb/source/ucp/expand/ucpexpand1.component
+++ b/ucb/source/ucp/expand/ucpexpand1.component
@@ -26,7 +26,7 @@
*
**********************************************************************-->
-<component loader="com.sun.star.loader.SharedLibrary"
+<component loader="com.sun.star.loader.SharedLibrary" prefix="ucpexpand1"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.ucb.ExpandContentProvider">
<service name="com.sun.star.ucb.ExpandContentProvider"/>