INTEGRATION: CWS uaa02 (1.1.140); FILE MERGED

2003/04/22 08:14:59 mt 1.1.140.1: #108656# Moved Accessibility from drafts to final
This commit is contained in:
Vladimir Glazounov 2003-04-24 16:14:28 +00:00
parent a4b300f1e0
commit 66814a75ab

View file

@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleDocumentBase.hxx,v $
*
* $Revision: 1.1 $
* $Revision: 1.2 $
*
* last change: $Author: sab $ $Date: 2002-02-20 13:50:58 $
* last change: $Author: vg $ $Date: 2003-04-24 17:14:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -74,7 +74,7 @@ public:
//===== internal ========================================================
ScAccessibleDocumentBase(
const ::com::sun::star::uno::Reference<
::drafts::com::sun::star::accessibility::XAccessible>& rxParent);
::com::sun::star::accessibility::XAccessible>& rxParent);
protected:
virtual ~ScAccessibleDocumentBase (void);
};