diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-27 14:17:38 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-07-28 08:35:34 +0200 |
commit | a69f8f9082d1eca4f807d14e2ce9d570f02aa2d7 (patch) | |
tree | 1177f88a14214cc36520d86bb330a3743c478505 /fpicker | |
parent | b1c25a0d8fa2f8effc501cc100b0c07f79437e8e (diff) |
remove unused HELP_REQUESTED constant
Change-Id: I1dc6ee6d267d0be82e6af81c21bb5f0920300256
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 |