summaryrefslogtreecommitdiffstats
path: root/starmath
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-07-15 16:40:20 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-07-15 16:42:23 +0200
commitbe39d17a2ba8e0eb9e67f4e1e31afab623bb5c55 (patch)
treed0ce85d093926d8b88ef96beba4d97442dec1c0a /starmath
parentIf nFib is 0x00D9 or greater, then cQuickSaves MUST be 0xF (diff)
downloadcore-be39d17a2ba8e0eb9e67f4e1e31afab623bb5c55.tar.gz
core-be39d17a2ba8e0eb9e67f4e1e31afab623bb5c55.zip
Add prefixes for component_getFactory methods
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/detreg.cxx2
-rw-r--r--starmath/source/register.cxx2
-rw-r--r--starmath/util/sm.component2
-rw-r--r--starmath/util/smd.component2
4 files changed, 4 insertions, 4 deletions
diff --git a/starmath/source/detreg.cxx b/starmath/source/detreg.cxx
index 366b64d8abbe..be0fe1135d49 100644
--- a/starmath/source/detreg.cxx
+++ b/starmath/source/detreg.cxx
@@ -42,7 +42,7 @@ using namespace ::com::sun::star::lang;
extern "C" {
-SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplementationName,
+SAL_DLLPUBLIC_EXPORT void* SAL_CALL smd_component_getFactory( const sal_Char* pImplementationName,
void* pServiceManager,
void* /*pRegistryKey*/ )
{
diff --git a/starmath/source/register.cxx b/starmath/source/register.cxx
index 815e05185f45..ef921342ba07 100644
--- a/starmath/source/register.cxx
+++ b/starmath/source/register.cxx
@@ -112,7 +112,7 @@ extern Reference< XInterface > SAL_CALL
extern "C" {
-SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplementationName,
+SAL_DLLPUBLIC_EXPORT void* SAL_CALL sm_component_getFactory( const sal_Char* pImplementationName,
void* pServiceManager,
void* /*pRegistryKey*/ )
{
diff --git a/starmath/util/sm.component b/starmath/util/sm.component
index 8047662e2915..407f0676a12b 100644
--- a/starmath/util/sm.component
+++ b/starmath/util/sm.component
@@ -26,7 +26,7 @@
*
**********************************************************************-->
-<component loader="com.sun.star.loader.SharedLibrary"
+<component loader="com.sun.star.loader.SharedLibrary" prefix="sm"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.Math.FormulaDocument">
<service name="com.sun.star.formula.FormulaProperties"/>
diff --git a/starmath/util/smd.component b/starmath/util/smd.component
index 9f566864482e..70adf5a12753 100644
--- a/starmath/util/smd.component
+++ b/starmath/util/smd.component
@@ -26,7 +26,7 @@
*
**********************************************************************-->
-<component loader="com.sun.star.loader.SharedLibrary"
+<component loader="com.sun.star.loader.SharedLibrary" prefix="smd"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.math.FormatDetector">
<service name="com.sun.star.frame.ExtendedTypeDetection"/>