From c0ac78c97174fcde68daf174f6e8ade502c507d3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 5 Dec 2017 10:11:39 +0200 Subject: loplugin:salcall handle virtual methods Change-Id: Iab95db31188ea2914a46d63a7ebef3d825e6ec42 Reviewed-on: https://gerrit.libreoffice.org/45851 Tested-by: Jenkins Reviewed-by: Noel Grandin --- fpicker/source/office/commonpicker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpicker') diff --git a/fpicker/source/office/commonpicker.cxx b/fpicker/source/office/commonpicker.cxx index 14fcbd9c5ea8..fe1dab768923 100644 --- a/fpicker/source/office/commonpicker.cxx +++ b/fpicker/source/office/commonpicker.cxx @@ -335,7 +335,7 @@ namespace svt // XExecutableDialog functions - void SAL_CALL OCommonPicker::setTitle( const OUString& _rTitle ) + void OCommonPicker::setTitle( const OUString& _rTitle ) { SolarMutexGuard aGuard; m_aTitle = _rTitle; -- cgit