summaryrefslogtreecommitdiffstats
path: root/filter/source/xmlfilteradaptor
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-10-01 23:02:44 +0300
committerTor Lillqvist <tml@iki.fi>2012-10-01 23:05:37 +0300
commit8c04828bb1a6fefe258b5412db8e1b31a5b8cbb6 (patch)
tree5568711f2b041cdb4aa9619e11ea3ec4907bd373 /filter/source/xmlfilteradaptor
parentUse prefix (diff)
downloadcore-8c04828bb1a6fefe258b5412db8e1b31a5b8cbb6.tar.gz
core-8c04828bb1a6fefe258b5412db8e1b31a5b8cbb6.zip
Use prefix
Change-Id: Ie741222944bf8ed6cacd5a3037f8aa75a6a4dec3
Diffstat (limited to 'filter/source/xmlfilteradaptor')
-rw-r--r--filter/source/xmlfilteradaptor/genericfilter.cxx2
-rw-r--r--filter/source/xmlfilteradaptor/xmlfa.component2
2 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/xmlfilteradaptor/genericfilter.cxx b/filter/source/xmlfilteradaptor/genericfilter.cxx
index 5f9fe9e939fe..67bc53698cf7 100644
--- a/filter/source/xmlfilteradaptor/genericfilter.cxx
+++ b/filter/source/xmlfilteradaptor/genericfilter.cxx
@@ -41,7 +41,7 @@ using namespace ::com::sun::star::registry;
extern "C"
{
-SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
+SAL_DLLPUBLIC_EXPORT void * SAL_CALL xmlfa_component_getFactory(
const sal_Char * pImplName, void * pServiceManager, void * /* pRegistryKey */ )
{
void * pRet = 0;
diff --git a/filter/source/xmlfilteradaptor/xmlfa.component b/filter/source/xmlfilteradaptor/xmlfa.component
index d835782c2f38..97ffd4eb68b7 100644
--- a/filter/source/xmlfilteradaptor/xmlfa.component
+++ b/filter/source/xmlfilteradaptor/xmlfa.component
@@ -26,7 +26,7 @@
*
**********************************************************************-->
-<component loader="com.sun.star.loader.SharedLibrary"
+<component loader="com.sun.star.loader.SharedLibrary" prefix="xmlfa"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.Writer.XmlFilterAdaptor">
<service name="com.sun.star.document.ExportFilter"/>