summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-08-25 11:48:05 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-08-25 12:45:35 +0200
commit0ba9114c12e50acdde52e89408bffbca7dac49e5 (patch)
tree7a60296026558251e4304399505b13d2889229a6 /formula
parent4d7b9557052a31319b0583b46340fbc64de056c5 (diff)
prefix more components
Change-Id: I9bf304a791b62f6b96711eb058f302cadfdb276a
Diffstat (limited to 'formula')
-rw-r--r--formula/source/core/api/services.cxx2
-rw-r--r--formula/util/for.component2
2 files changed, 2 insertions, 2 deletions
diff --git a/formula/source/core/api/services.cxx b/formula/source/core/api/services.cxx
index 90bfc8aa99db..de97b4f0ae83 100644
--- a/formula/source/core/api/services.cxx
+++ b/formula/source/core/api/services.cxx
@@ -43,7 +43,7 @@ cppu::ImplementationEntry entries[] = {
extern "C"
{
-SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
+SAL_DLLPUBLIC_EXPORT void * SAL_CALL for_component_getFactory(
char const * implName, void * serviceManager, void * registryKey)
{
return cppu::component_getFactoryHelper(
diff --git a/formula/util/for.component b/formula/util/for.component
index 53bccadcb7a3..0d8c8a5cd010 100644
--- a/formula/util/for.component
+++ b/formula/util/for.component
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-<component loader="com.sun.star.loader.SharedLibrary"
+<component loader="com.sun.star.loader.SharedLibrary" prefix="for"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="simple.formula.FormulaOpCodeMapperObj">
<service name="com.sun.star.sheet.FormulaOpCodeMapper"/>