summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-10-07 23:51:40 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-10-08 15:31:40 +0200
commit173cf81756c69f112c3d61403b5cf87ee81afcfb (patch)
tree94f0e64267b2e36ec6f64b53fde40e41056e8c84 /package
parentcad383870426fed3cbb83c17c39f910a454e001c (diff)
add more component prefixes
Diffstat (limited to 'package')
-rw-r--r--package/source/manifest/UnoRegister.cxx2
-rw-r--r--package/source/xstor/register.cxx2
-rw-r--r--package/source/xstor/xstor.component2
-rw-r--r--package/util/package2.component2
4 files changed, 4 insertions, 4 deletions
diff --git a/package/source/manifest/UnoRegister.cxx b/package/source/manifest/UnoRegister.cxx
index c5734977de46..4918b1dcf7c1 100644
--- a/package/source/manifest/UnoRegister.cxx
+++ b/package/source/manifest/UnoRegister.cxx
@@ -54,7 +54,7 @@ using rtl::OUString;
* @param pRegistryKey registry data key to read and write component persistent data
* @return a component factory (generic uno interface)
*/
-extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
+extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL package2_component_getFactory(
const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ )
{
void * pRet = 0;
diff --git a/package/source/xstor/register.cxx b/package/source/xstor/register.cxx
index 60ddc68e8712..5ba6c30ca01b 100644
--- a/package/source/xstor/register.cxx
+++ b/package/source/xstor/register.cxx
@@ -41,7 +41,7 @@ using namespace ::com::sun::star;
extern "C" {
-SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ )
+SAL_DLLPUBLIC_EXPORT void * SAL_CALL xstor_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ )
{
void * pRet = 0;
diff --git a/package/source/xstor/xstor.component b/package/source/xstor/xstor.component
index f338d6a546cb..a2565a78bcbe 100644
--- a/package/source/xstor/xstor.component
+++ b/package/source/xstor/xstor.component
@@ -26,7 +26,7 @@
*
**********************************************************************-->
-<component loader="com.sun.star.loader.SharedLibrary"
+<component loader="com.sun.star.loader.SharedLibrary" prefix="xstor"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.embed.StorageFactory">
<service name="com.sun.star.comp.embed.StorageFactory"/>
diff --git a/package/util/package2.component b/package/util/package2.component
index cdfa842d0db6..974aa9a0f234 100644
--- a/package/util/package2.component
+++ b/package/util/package2.component
@@ -26,7 +26,7 @@
*
**********************************************************************-->
-<component loader="com.sun.star.loader.SharedLibrary"
+<component loader="com.sun.star.loader.SharedLibrary" prefix="package2"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.package.zip.ZipFileAccess">
<service name="com.sun.star.comp.packages.zip.ZipFileAccess"/>