remove unused HELP_REQUESTED constant

Change-Id: I1dc6ee6d267d0be82e6af81c21bb5f0920300256
This commit is contained in:
Noel Grandin
2015-07-27 14:17:38 +02:00
parent b1c25a0d8f
commit a69f8f9082
2 changed files with 0 additions and 4 deletions

View File

@@ -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;

View File

@@ -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