summaryrefslogtreecommitdiff
path: root/starmath/source/register.cxx
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/source/register.cxx
parent6f0d37b1128202d987f86bb3f7715b38445edc40 (diff)
Add prefixes for component_getFactory methods
Diffstat (limited to 'starmath/source/register.cxx')
-rw-r--r--starmath/source/register.cxx2
1 files changed, 1 insertions, 1 deletions
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*/ )
{