summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-08-17 20:36:45 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-08-17 23:51:45 +0200
commit4b60da5d1d25b7cdef001dabac3bbd09d1686718 (patch)
tree169ae8f9c4f9060891b8ac9c1b9e0268bbaa886b /comphelper
parentf3423eab7815827857149995e69d00c7b641282d (diff)
add more component prefixes
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/comphelper_services.cxx2
-rw-r--r--comphelper/util/comphelp.component2
2 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/source/misc/comphelper_services.cxx b/comphelper/source/misc/comphelper_services.cxx
index ad5558fb8ee7..27d06f4df84b 100644
--- a/comphelper/source/misc/comphelper_services.cxx
+++ b/comphelper/source/misc/comphelper_services.cxx
@@ -85,7 +85,7 @@ namespace comphelper { namespace module
} } // namespace comphelper::module
//........................................................................
-extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory(
+extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL comphelp_component_getFactory(
const sal_Char* pImplementationName, void* pServiceManager, void* pRegistryKey )
{
::comphelper::module::initializeModule();
diff --git a/comphelper/util/comphelp.component b/comphelper/util/comphelp.component
index 10d23d48bcea..d29468bfe459 100644
--- a/comphelper/util/comphelp.component
+++ b/comphelper/util/comphelp.component
@@ -26,7 +26,7 @@
*
**********************************************************************-->
-<component loader="com.sun.star.loader.SharedLibrary"
+<component loader="com.sun.star.loader.SharedLibrary" prefix="comphelp"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="AnyCompareFactory">
<service name="com.sun.star.ucb.AnyCompareFactory"/>