Kaydet (Commit) a69f8f90 authored tarafından Noel Grandin's avatar Noel Grandin

remove unused HELP_REQUESTED constant

Change-Id: I1dc6ee6d267d0be82e6af81c21bb5f0920300256
üst b1c25a0d
...@@ -323,9 +323,6 @@ void SvtFilePicker::notify( sal_Int16 _nEventId, sal_Int16 _nControlId ) ...@@ -323,9 +323,6 @@ void SvtFilePicker::notify( sal_Int16 _nEventId, sal_Int16 _nControlId )
case DIRECTORY_CHANGED: case DIRECTORY_CHANGED:
m_xListener->directoryChanged( aEvent ); m_xListener->directoryChanged( aEvent );
break; break;
case HELP_REQUESTED:
m_xListener->helpRequested( aEvent );
break;
case CTRL_STATE_CHANGED: case CTRL_STATE_CHANGED:
m_xListener->controlStateChanged( aEvent ); m_xListener->controlStateChanged( aEvent );
break; break;
......
...@@ -110,7 +110,6 @@ public: ...@@ -110,7 +110,6 @@ public:
#define FILE_SELECTION_CHANGED 1 #define FILE_SELECTION_CHANGED 1
#define DIRECTORY_CHANGED 2 #define DIRECTORY_CHANGED 2
#define HELP_REQUESTED 3
#define CTRL_STATE_CHANGED 4 #define CTRL_STATE_CHANGED 4
#define DIALOG_SIZE_CHANGED 5 #define DIALOG_SIZE_CHANGED 5
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment