summaryrefslogtreecommitdiff
path: root/toolkit/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 14:04:43 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 14:04:43 +0000
commitbb05821a800f3e5a64d4281f24e834cce96d3c7f (patch)
treefe767e1576c403814f3f17b0813e9db427709033 /toolkit/inc
parent254a601888200e168c1680a5a52b4546ffdf044e (diff)
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
Diffstat (limited to 'toolkit/inc')
-rw-r--r--toolkit/inc/toolkit/awt/vclxwindow.hxx11
1 files changed, 9 insertions, 2 deletions
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();