diff options
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/OfficeFilePicker.cxx | 3 | ||||
-rw-r--r-- | fpicker/source/office/fpdialogbase.hxx | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/fpicker/source/office/OfficeFilePicker.cxx b/fpicker/source/office/OfficeFilePicker.cxx index 917a5200fafd..3e2d345f2d9f 100644 --- a/fpicker/source/office/OfficeFilePicker.cxx +++ b/fpicker/source/office/OfficeFilePicker.cxx @@ -323,9 +323,6 @@ void SvtFilePicker::notify( sal_Int16 _nEventId, sal_Int16 _nControlId ) case DIRECTORY_CHANGED: m_xListener->directoryChanged( aEvent ); break; - case HELP_REQUESTED: - m_xListener->helpRequested( aEvent ); - break; case CTRL_STATE_CHANGED: m_xListener->controlStateChanged( aEvent ); break; diff --git a/fpicker/source/office/fpdialogbase.hxx b/fpicker/source/office/fpdialogbase.hxx index 19a26a41890d..749670129653 100644 --- a/fpicker/source/office/fpdialogbase.hxx +++ b/fpicker/source/office/fpdialogbase.hxx @@ -110,7 +110,6 @@ public: #define FILE_SELECTION_CHANGED 1 #define DIRECTORY_CHANGED 2 -#define HELP_REQUESTED 3 #define CTRL_STATE_CHANGED 4 #define DIALOG_SIZE_CHANGED 5 |