summaryrefslogtreecommitdiff
path: root/filter/source/pdf/pdfuno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/pdf/pdfuno.cxx')
-rw-r--r--filter/source/pdf/pdfuno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/pdf/pdfuno.cxx b/filter/source/pdf/pdfuno.cxx
index 4a72f57bb0cc..8dad87097afa 100644
--- a/filter/source/pdf/pdfuno.cxx
+++ b/filter/source/pdf/pdfuno.cxx
@@ -33,7 +33,7 @@ using namespace ::com::sun::star::registry;
extern "C"
{
- SAL_DLLPUBLIC_EXPORT void* SAL_CALL pdffilter_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ )
+ SAL_DLLPUBLIC_EXPORT void* pdffilter_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ )
{
OUString aImplName( OUString::createFromAscii( pImplName ) );
void* pRet = nullptr;