summaryrefslogtreecommitdiff
path: root/toolkit/inc
diff options
context:
space:
mode:
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();