summaryrefslogtreecommitdiff
path: root/accessibility/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-01-28 13:12:43 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-01-28 13:12:43 +0000
commitcf46ffa491bbd5faf2dfa9879cc9e3454983d912 (patch)
tree10006a9f6d5e7bd858cbddf0d46b6513e6ac9feb /accessibility/inc
parent7e080c315a3fe890b10831ca591da8168b62b8e2 (diff)
INTEGRATION: CWS tbe32 (1.2.16); FILE MERGED
2007/11/05 15:13:20 tbe 1.2.16.1: #i70908# [A11y] OOo crashes in Customize dialog - Add when large icons and A11y ON
Diffstat (limited to 'accessibility/inc')
-rw-r--r--accessibility/inc/accessibility/extended/accessiblelistbox.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/accessibility/inc/accessibility/extended/accessiblelistbox.hxx b/accessibility/inc/accessibility/extended/accessiblelistbox.hxx
index ea872fda299d..25a122e7e2f5 100644
--- a/accessibility/inc/accessibility/extended/accessiblelistbox.hxx
+++ b/accessibility/inc/accessibility/extended/accessiblelistbox.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: accessiblelistbox.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 15:20:00 $
+ * last change: $Author: vg $ $Date: 2008-01-28 14:12:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -83,6 +83,7 @@ namespace accessibility
// VCLXAccessibleComponent
virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
+ virtual void ProcessWindowChildEvent( const VclWindowEvent& rVclWindowEvent );
virtual void FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet );
SvTreeListBox* getListBox() const;