summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-27 10:20:56 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-27 10:20:56 +0000
commit03d9d684c9dec5379493b93eec018a613d2e7135 (patch)
tree6232dc81477f7586da825676914394d48003cf90 /svtools/inc
parent260df5640f5259ce5a6c579fced3ad7dcffca596 (diff)
INTEGRATION: CWS a10y01 (1.12.26); FILE MERGED
2003/05/22 11:05:03 oj 1.12.26.1: #109839# fix accessibility problems with treelistbox and iconchoisecontrol
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/ivctrl.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/svtools/inc/ivctrl.hxx b/svtools/inc/ivctrl.hxx
index 323aa4b1b6b0..54bbeebe37e6 100644
--- a/svtools/inc/ivctrl.hxx
+++ b/svtools/inc/ivctrl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ivctrl.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: vg $ $Date: 2003-04-24 15:41:42 $
+ * last change: $Author: vg $ $Date: 2003-05-27 11:20:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -321,6 +321,8 @@ protected:
virtual void FillLayoutData() const;
+ void CallImplEventListeners(ULONG nEvent, void* pData);
+
public:
SvtIconChoiceCtrl( Window* pParent, WinBits nWinStyle = WB_ICON | WB_BORDER );
@@ -414,9 +416,6 @@ public:
// ACCESSIBILITY ==========================================================
- void AddEventListener( const Link& rEventListener );
- void RemoveEventListener( const Link& rEventListener );
-
/** Creates and returns the accessible object of the Box. */
virtual ::com::sun::star::uno::Reference<
::com::sun::star::accessibility::XAccessible > CreateAccessible();