summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-10-01 11:24:22 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-10-01 13:23:47 +0300
commit88dd328e140b4f72eb9972e52b9fd05a5b856edb (patch)
tree6c01f5e1ba260a8c944077a2c7652881cbe30e25 /filter
parenteef8ae7c3f52027476ca440586c0f65b6a174b78 (diff)
Prefixify svgfilter
Change-Id: Ifd34a186cd25bafbfd49dad8a1d5bd30756d83d3
Diffstat (limited to 'filter')
-rw-r--r--filter/source/svg/svgfilter.component2
-rw-r--r--filter/source/svg/svgfilter.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/svg/svgfilter.component b/filter/source/svg/svgfilter.component
index c4d5bffa0f37..f99b514e2919 100644
--- a/filter/source/svg/svgfilter.component
+++ b/filter/source/svg/svgfilter.component
@@ -26,7 +26,7 @@
*
**********************************************************************-->
-<component loader="com.sun.star.loader.SharedLibrary"
+<component loader="com.sun.star.loader.SharedLibrary" prefix="svgfilter"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.Draw.SVGFilter">
<service name="com.sun.star.document.ImportFilter"/>
diff --git a/filter/source/svg/svgfilter.cxx b/filter/source/svg/svgfilter.cxx
index 0187a902b7fc..ea25cdddf954 100644
--- a/filter/source/svg/svgfilter.cxx
+++ b/filter/source/svg/svgfilter.cxx
@@ -302,7 +302,7 @@ namespace sdecl = comphelper::service_decl;
"com.sun.star.document.ExtendedTypeDetection" );
// The C shared lib entry points
-extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory(
+extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL svgfilter_component_getFactory(
sal_Char const* pImplName,
::com::sun::star::lang::XMultiServiceFactory* pServiceManager,
::com::sun::star::registry::XRegistryKey* pRegistryKey )