summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accdoc.hxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2002-02-20 16:55:57 +0000
committerMichael Brauer <mib@openoffice.org>2002-02-20 16:55:57 +0000
commitb6eb9c338d0cf90c1fb20a055ce1b078f9fd9e99 (patch)
tree6af73d7b44360c7e6e677c6b40a122027532d18b /sw/source/core/access/accdoc.hxx
parentfda271b6994b1e0ed93f72c4324e3c744eab7682 (diff)
#95586#: Accessible API is now view aware
Diffstat (limited to 'sw/source/core/access/accdoc.hxx')
-rw-r--r--sw/source/core/access/accdoc.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/sw/source/core/access/accdoc.hxx b/sw/source/core/access/accdoc.hxx
index 89dab1312848..c2506f1df216 100644
--- a/sw/source/core/access/accdoc.hxx
+++ b/sw/source/core/access/accdoc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: accdoc.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2002-02-18 17:09:50 $
+ * last change: $Author: mib $ $Date: 2002-02-20 17:55:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,10 +81,7 @@ protected:
public:
SwAccessibleDocument(
- const ::com::sun::star::uno::Reference<
- ::drafts::com::sun::star::accessibility::XAccessible>& rxParent,
- const Rectangle& rVisArea,
- const SwRootFrm *pRootFrm );
+ SwAccessibleMap *pMap );
virtual ~SwAccessibleDocument();
//===== XAccessibleContext ==============================================