summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessiblePageHeaderArea.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-24 16:15:08 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-24 16:15:08 +0000
commit4881cf747abb1e0ba0743c5946d6b2262ba2900d (patch)
treeb3da0a12c0019004c97d9194d5524b9bf1b517c1 /sc/source/ui/inc/AccessiblePageHeaderArea.hxx
parent0b0dac1e99ccf3e58020dac8a4ea8e6fd0b76c0e (diff)
INTEGRATION: CWS uaa02 (1.4.132); FILE MERGED
2003/04/22 08:15:00 mt 1.4.132.1: #108656# Moved Accessibility from drafts to final
Diffstat (limited to 'sc/source/ui/inc/AccessiblePageHeaderArea.hxx')
-rw-r--r--sc/source/ui/inc/AccessiblePageHeaderArea.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sc/source/ui/inc/AccessiblePageHeaderArea.hxx b/sc/source/ui/inc/AccessiblePageHeaderArea.hxx
index 0077833c61a5..a9a5055a055f 100644
--- a/sc/source/ui/inc/AccessiblePageHeaderArea.hxx
+++ b/sc/source/ui/inc/AccessiblePageHeaderArea.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessiblePageHeaderArea.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: sab $ $Date: 2002-09-02 14:36:53 $
+ * last change: $Author: vg $ $Date: 2003-04-24 17:15:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,7 +84,7 @@ public:
//===== internal ========================================================
ScAccessiblePageHeaderArea(
const ::com::sun::star::uno::Reference<
- ::drafts::com::sun::star::accessibility::XAccessible>& rxParent,
+ ::com::sun::star::accessibility::XAccessible>& rxParent,
ScPreviewShell* pViewShell,
const EditTextObject* pEditObj,
sal_Bool bHeader,
@@ -102,8 +102,8 @@ public:
///===== XAccessibleComponent ============================================
- virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible >
- SAL_CALL getAccessibleAt(
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >
+ SAL_CALL getAccessibleAtPoint(
const ::com::sun::star::awt::Point& rPoint )
throw (::com::sun::star::uno::RuntimeException);
@@ -117,14 +117,14 @@ public:
/// Return the specified child or NULL if index is invalid.
// is overloaded to calculate this on demand
- virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible> SAL_CALL
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible> SAL_CALL
getAccessibleChild(sal_Int32 nIndex)
throw (::com::sun::star::uno::RuntimeException,
::com::sun::star::lang::IndexOutOfBoundsException);
/// Return the set of current states.
virtual ::com::sun::star::uno::Reference<
- ::drafts::com::sun::star::accessibility::XAccessibleStateSet> SAL_CALL
+ ::com::sun::star::accessibility::XAccessibleStateSet> SAL_CALL
getAccessibleStateSet(void)
throw (::com::sun::star::uno::RuntimeException);