diff options
Diffstat (limited to 'fpicker/source')
-rw-r--r-- | fpicker/source/office/OfficeFolderPicker.cxx | 3 | ||||
-rw-r--r-- | fpicker/source/office/OfficeFolderPicker.hxx | 3 |
2 files changed, 1 insertions, 5 deletions
diff --git a/fpicker/source/office/OfficeFolderPicker.cxx b/fpicker/source/office/OfficeFolderPicker.cxx index b95f0f972980..2c049ed605f0 100644 --- a/fpicker/source/office/OfficeFolderPicker.cxx +++ b/fpicker/source/office/OfficeFolderPicker.cxx @@ -141,9 +141,8 @@ OUString SAL_CALL SvtFolderPicker::getDirectory() return OUString(); } -void SAL_CALL SvtFolderPicker::setDescription( const OUString& aDescription ) +void SAL_CALL SvtFolderPicker::setDescription( const OUString& ) { - m_aDescription = aDescription; } void SvtFolderPicker::cancel() diff --git a/fpicker/source/office/OfficeFolderPicker.hxx b/fpicker/source/office/OfficeFolderPicker.hxx index 7a44881c05f8..790dff6e9048 100644 --- a/fpicker/source/office/OfficeFolderPicker.hxx +++ b/fpicker/source/office/OfficeFolderPicker.hxx @@ -40,8 +40,6 @@ typedef class SvtFolderPicker: public SvtFolderPicker_Base { private: - OUString m_aDescription; - css::uno::Reference< css::ui::dialogs::XDialogClosedListener > m_xListener; @@ -55,7 +53,6 @@ public: // XFolderPicker2 functions - virtual void SAL_CALL setDisplayDirectory( const OUString& aDirectory ) override; virtual OUString SAL_CALL getDisplayDirectory() override; virtual OUString SAL_CALL getDirectory() override; |