diff options
Diffstat (limited to 'sfx2/source/dialog')
-rw-r--r-- | sfx2/source/dialog/filedlghelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/filedlghelper.cxx b/sfx2/source/dialog/filedlghelper.cxx index 486cfcbbe8e7..2177819b9329 100644 --- a/sfx2/source/dialog/filedlghelper.cxx +++ b/sfx2/source/dialog/filedlghelper.cxx @@ -2587,7 +2587,7 @@ OUString SAL_CALL FileDialogHelper::HelpRequested( const FilePickerEvent& aEvent return sfx2::FileDialogHelper_Impl::handleHelpRequested( aEvent ); } -void SAL_CALL FileDialogHelper::ControlStateChanged( const FilePickerEvent& aEvent ) +void FileDialogHelper::ControlStateChanged( const FilePickerEvent& aEvent ) { mpImpl->handleControlStateChanged( aEvent ); } |