summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-27 10:22:50 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-27 10:22:50 +0000
commit4936e5d1c7585d2762c8517cd8fc0460db996bbe (patch)
tree299888a930fa7825658db1f5dcc50f9ccefc8736 /svtools
parentea527c606718c1fc07371695de1c9b5472abce4e (diff)
INTEGRATION: CWS a10y01 (1.8.202); FILE MERGED
2003/05/22 11:05:14 oj 1.8.202.1: #109839# fix accessibility problems with treelistbox and iconchoisecontrol
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/contnr/imivctl.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/svtools/source/contnr/imivctl.hxx b/svtools/source/contnr/imivctl.hxx
index ea1bb71d8fef..61ddcdf9d71c 100644
--- a/svtools/source/contnr/imivctl.hxx
+++ b/svtools/source/contnr/imivctl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: imivctl.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: fs $ $Date: 2002-09-13 12:20:41 $
+ * last change: $Author: vg $ $Date: 2003-05-27 11:22:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -259,8 +259,6 @@ class SvxIconChoiceCtrl_Impl
BOOL bEntryEditingEnabled;
BOOL bInDragDrop;
- VclEventListeners maEventListeners;
-
void ShowCursor( BOOL bShow );
void ImpArrange( BOOL bKeepPredecessors = FALSE );
@@ -580,8 +578,6 @@ public:
BOOL HandleShortCutKey( const KeyEvent& rKeyEvent );
void CallEventListeners( ULONG nEvent, void* pData = NULL );
- void AddEventListener( const Link& rEventListener );
- void RemoveEventListener( const Link& rEventListener );
};
// ----------------------------------------------------------------------------------------------