diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-12-14 09:07:33 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-12-15 08:48:12 +0100 |
commit | f97125829c5c0733af9fef58ce73ac712a85aeb0 (patch) | |
tree | e99766144316faf05536d291fe94d015ad5b3447 /shell/source | |
parent | 5f4b126f74b1fa85f99a0ee3dfdf45368b6a1bb7 (diff) |
loplugin:salcall (macOS)
Change-Id: I297ac09358ce948acae9b73e8ed605964520c73b
Reviewed-on: https://gerrit.libreoffice.org/46437
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'shell/source')
-rw-r--r-- | shell/source/backends/macbe/macbecdef.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/backends/macbe/macbecdef.cxx b/shell/source/backends/macbe/macbecdef.cxx index 3cf519809043..7d10f6a2dfaa 100644 --- a/shell/source/backends/macbe/macbecdef.cxx +++ b/shell/source/backends/macbe/macbecdef.cxx @@ -27,7 +27,7 @@ namespace uno = com::sun::star::uno; -static uno::Reference<uno::XInterface> SAL_CALL createMacOSXBackend( +static uno::Reference<uno::XInterface> createMacOSXBackend( const uno::Reference<uno::XComponentContext>&) { return * MacOSXBackend::createInstance(); @@ -48,7 +48,7 @@ static const cppu::ImplementationEntry kImplementations_entries[] = }; -extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL macbe1_component_getFactory( const sal_Char *aImplementationName, void *aServiceManager, void *aRegistryKey) +extern "C" SAL_DLLPUBLIC_EXPORT void * macbe1_component_getFactory( const sal_Char *aImplementationName, void *aServiceManager, void *aRegistryKey) { return cppu::component_getFactoryHelper( |