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
This commit is contained in:
parent
7e080c315a
commit
cf46ffa491
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue