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>
This commit is contained in:
@@ -65,7 +65,7 @@ SalAquaPicker::~SalAquaPicker()
|
|||||||
[pool release];
|
[pool release];
|
||||||
}
|
}
|
||||||
|
|
||||||
void SAL_CALL SalAquaPicker::implInitialize()
|
void SalAquaPicker::implInitialize()
|
||||||
{
|
{
|
||||||
SolarMutexGuard aGuard;
|
SolarMutexGuard aGuard;
|
||||||
|
|
||||||
@@ -188,7 +188,7 @@ int SalAquaPicker::runandwaitforresult()
|
|||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
void SAL_CALL SalAquaPicker::implsetDisplayDirectory( const rtl::OUString& aDirectory )
|
void SalAquaPicker::implsetDisplayDirectory( const rtl::OUString& aDirectory )
|
||||||
{
|
{
|
||||||
SolarMutexGuard aGuard;
|
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;
|
return m_sDisplayDirectory;
|
||||||
}
|
}
|
||||||
|
|
||||||
void SAL_CALL SalAquaPicker::implsetTitle( const rtl::OUString& aTitle )
|
void SalAquaPicker::implsetTitle( const rtl::OUString& aTitle )
|
||||||
{
|
{
|
||||||
SolarMutexGuard aGuard;
|
SolarMutexGuard aGuard;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user