summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-04-15 12:23:27 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-04-15 12:23:27 +0000
commitc3a777d87344362ac443a11dc3f3cd5a37245853 (patch)
treec8295b719e618b572c61e9be9b7947da4a2cb0e5 /vcl
parentfb3786e3215056e20ab3d974c2a7a53e28eff7a4 (diff)
INTEGRATION: CWS aqua11y01 (1.2.182); FILE MERGED
2008/03/13 08:36:02 obr 1.2.182.2: make argument of ChangeHighlight of type USHORT to be more consistant with other methods and to avoid conversion warnings 2008/03/11 14:48:14 fne 1.2.182.1: #i82877# make toolbox respond to focus changes through a11y
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/vcl/toolbox.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/vcl/toolbox.hxx b/vcl/inc/vcl/toolbox.hxx
index 0085583d0ae0..0fa8e013fbdc 100644
--- a/vcl/inc/vcl/toolbox.hxx
+++ b/vcl/inc/vcl/toolbox.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: toolbox.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -630,6 +630,7 @@ public:
USHORT GetDisplayItemId( long nText ) const;
const Size& GetDefaultImageSize() const;
+ void ChangeHighlight( USHORT nPos );
};
inline void ToolBox::CheckItem( USHORT nItemId, BOOL bCheck )