From bb05821a800f3e5a64d4281f24e834cce96d3c7f Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 14:04:43 +0000 Subject: INTEGRATION: CWS a11ysep (1.23.6); FILE MERGED 2005/09/27 06:11:44 fs 1.23.6.2: RESYNC: (1.23-1.24); FILE MERGED 2005/03/07 08:02:21 fs 1.23.6.1: #i44293# access to a factory providing A11Y implementations --- toolkit/inc/toolkit/awt/vclxwindow.hxx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'toolkit') diff --git a/toolkit/inc/toolkit/awt/vclxwindow.hxx b/toolkit/inc/toolkit/awt/vclxwindow.hxx index 0bf0f387255f..468dc397d63b 100644 --- a/toolkit/inc/toolkit/awt/vclxwindow.hxx +++ b/toolkit/inc/toolkit/awt/vclxwindow.hxx @@ -4,9 +4,9 @@ * * $RCSfile: vclxwindow.hxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: rt $ $Date: 2005-09-09 12:47:13 $ + * last change: $Author: hr $ $Date: 2007-06-27 15:04:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -97,6 +97,11 @@ class VclWindowEvent; struct AccessibilityInfos; struct SystemParentData; +namespace toolkit +{ + class IAccessibleFactory; +} + // ---------------------------------------------------- // class VCLXWINDOW @@ -152,6 +157,8 @@ protected: BOOL IsSynthesizingVCLEvent() const { return mbSynthesizingVCLEvent; } void SetSystemParent_Impl( sal_Int64 nHandle ); + ::toolkit::IAccessibleFactory& getAccessibleFactory(); + public: VCLXWindow(); ~VCLXWindow(); -- cgit