summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ext
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/ext
parentb08f8494e67bb433686853328df68f377c45e019 (diff)
ucb: add component prefixes
Change-Id: I77bb24d90d310452530abe57ebc183cce98043de
Diffstat (limited to 'ucb/source/ucp/ext')
-rw-r--r--ucb/source/ucp/ext/ucpext.component2
-rw-r--r--ucb/source/ucp/ext/ucpext_services.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/ext/ucpext.component b/ucb/source/ucp/ext/ucpext.component
index 2982529e539c..29266f473203 100644
--- a/ucb/source/ucp/ext/ucpext.component
+++ b/ucb/source/ucp/ext/ucpext.component
@@ -26,7 +26,7 @@
*
**********************************************************************-->
-<component loader="com.sun.star.loader.SharedLibrary"
+<component loader="com.sun.star.loader.SharedLibrary" prefix="ucpext"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="org.openoffice.comp.ucp.ext.ContentProvider">
<service name="com.sun.star.ucb.ExtensionContentProvider"/>
diff --git a/ucb/source/ucp/ext/ucpext_services.cxx b/ucb/source/ucp/ext/ucpext_services.cxx
index b6e10684cf44..41fef9f52117 100644
--- a/ucb/source/ucp/ext/ucpext_services.cxx
+++ b/ucb/source/ucp/ext/ucpext_services.cxx
@@ -70,7 +70,7 @@ namespace ucb { namespace ucp { namespace ext
extern "C"
{
//------------------------------------------------------------------------------------------------------------------
- SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
+ SAL_DLLPUBLIC_EXPORT void * SAL_CALL ucpext_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
{
return ::cppu::component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey , ::ucb::ucp::ext::s_aServiceEntries );
}