[Libreoffice-commits] core.git: fpicker/source
Stephan Bergmann
sbergman at redhat.com
Tue Dec 5 15:18:34 UTC 2017
fpicker/source/aqua/SalAquaPicker.mm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit f5bd4b833cfca5be288b937f1783180597c6e9bd
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Dec 5 10:52:12 2017 +0100
loplugin:salcall
Change-Id: Ied1e48ec27e911e56d064f1941c08fdb20ab1341
Reviewed-on: https://gerrit.libreoffice.org/45864
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
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;
More information about the Libreoffice-commits
mailing list