summaryrefslogtreecommitdiffstats
path: root/filter/source/graphic/Services.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/graphic/Services.cxx')
-rw-r--r--filter/source/graphic/Services.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/graphic/Services.cxx b/filter/source/graphic/Services.cxx
index e32ef6e98948..a7abd8828844 100644
--- a/filter/source/graphic/Services.cxx
+++ b/filter/source/graphic/Services.cxx
@@ -29,7 +29,7 @@ const comphelper::service_decl::ServiceDecl graphicExportFilter(
"com.sun.star.document.ExportFilter" );
-extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL graphicfilter_component_getFactory(
+extern "C" SAL_DLLPUBLIC_EXPORT void* graphicfilter_component_getFactory(
sal_Char const* pImplementationName, void*, void*)
{
if ( rtl_str_compare (pImplementationName, GRAPHIC_EXPORT_FILTER_SERVICE) == 0 )