summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-12-05 10:52:12 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-12-05 16:15:57 +0100
commitf5bd4b833cfca5be288b937f1783180597c6e9bd (patch)
tree44a022d22863581f4283410e6716e529fd8ded5f /fpicker
parent9ed5028b5065c62e9c9527ed0c2517670aa49044 (diff)
loplugin:salcall
Change-Id: Ied1e48ec27e911e56d064f1941c08fdb20ab1341 Reviewed-on: https://gerrit.libreoffice.org/45864 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/aqua/SalAquaPicker.mm8
1 files changed, 4 insertions, 4 deletions
diff --git a/fpicker/source/aqua/SalAquaPicker.mm b/fpicker/source/aqua/SalAquaPicker.mm
index 3c22ea900680..0809842cb23e 100644
--- a/fpicker/source/aqua/SalAquaPicker.mm
+++ b/fpicker/source/aqua/SalAquaPicker.mm
@@ -65,7 +65,7 @@ SalAquaPicker::~SalAquaPicker()
[pool release];
}
-void SAL_CALL SalAquaPicker::implInitialize()
+void SalAquaPicker::implInitialize()
{
SolarMutexGuard aGuard;
@@ -188,7 +188,7 @@ int SalAquaPicker::runandwaitforresult()
return status;
}
-void SAL_CALL SalAquaPicker::implsetDisplayDirectory( const rtl::OUString& aDirectory )
+void SalAquaPicker::implsetDisplayDirectory( const rtl::OUString& aDirectory )
{
SolarMutexGuard aGuard;
@@ -197,12 +197,12 @@ void SAL_CALL SalAquaPicker::implsetDisplayDirectory( const rtl::OUString& aDire
}
}
-rtl::OUString const & SAL_CALL SalAquaPicker::implgetDisplayDirectory()
+rtl::OUString const & SalAquaPicker::implgetDisplayDirectory()
{
return m_sDisplayDirectory;
}
-void SAL_CALL SalAquaPicker::implsetTitle( const rtl::OUString& aTitle )
+void SalAquaPicker::implsetTitle( const rtl::OUString& aTitle )
{
SolarMutexGuard aGuard;