summaryrefslogtreecommitdiff
path: root/cui/source/uno
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-10-01 21:54:40 +0300
committerTor Lillqvist <tml@iki.fi>2012-10-01 21:54:58 +0300
commita8ea2a423649d8df4f5df32132fd72a1ed1c7462 (patch)
treef945a5616f14d6bfc9af057d0724ae07ba0eff79 /cui/source/uno
parentcbf2008355682ad7bfffaadc0d14a0f6cb9c3428 (diff)
Use prefix
Change-Id: Id3d3df7869f6efb548ae44c3a6cac23dc1e21774
Diffstat (limited to 'cui/source/uno')
-rw-r--r--cui/source/uno/services.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/uno/services.cxx b/cui/source/uno/services.cxx
index a63fd3c1e444..8164dea855ec 100644
--- a/cui/source/uno/services.cxx
+++ b/cui/source/uno/services.cxx
@@ -52,7 +52,7 @@ namespace
};
}
-extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( char const * implName, void * serviceManager, void * registryKey)
+extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL cui_component_getFactory( char const * implName, void * serviceManager, void * registryKey)
{
return cppu::component_getFactoryHelper(implName, serviceManager, registryKey, entries);
}