diff options
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/commonpicker.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |