summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accselectionhelper.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-24 15:13:23 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-24 15:13:23 +0000
commit8703904ee4c33df77d7db7a97ced489a1350d1a0 (patch)
tree83c40dff3e2935bd85e238b9b52b5519dacf825c /sw/source/core/access/accselectionhelper.hxx
parentc3517652da076fcec0e27522412e5e1122730ac6 (diff)
INTEGRATION: CWS uaa02 (1.3.160); FILE MERGED
2003/04/11 17:21:23 mt 1.3.160.1: #108656# Moved accessibility from drafts to final
Diffstat (limited to 'sw/source/core/access/accselectionhelper.hxx')
-rw-r--r--sw/source/core/access/accselectionhelper.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/core/access/accselectionhelper.hxx b/sw/source/core/access/accselectionhelper.hxx
index 731ad348a0b9..b9ec8862ce84 100644
--- a/sw/source/core/access/accselectionhelper.hxx
+++ b/sw/source/core/access/accselectionhelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: accselectionhelper.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mib $ $Date: 2002-08-15 09:29:35 $
+ * last change: $Author: vg $ $Date: 2003-04-24 16:13:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,8 +66,8 @@ class SwRootFrm;
class SwFEShell;
class SwFlyFrm;
-#ifndef _DRAFTS_COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLESELECTION_HPP_
-#include <drafts/com/sun/star/accessibility/XAccessibleSelection.hpp>
+#ifndef _COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLESELECTION_HPP_
+#include <com/sun/star/accessibility/XAccessibleSelection.hpp>
#endif
class SwAccessibleSelectionHelper
@@ -105,11 +105,11 @@ public:
throw ( ::com::sun::star::uno::RuntimeException );
sal_Int32 getSelectedAccessibleChildCount( )
throw ( ::com::sun::star::uno::RuntimeException );
- ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible > getSelectedAccessibleChild(
+ ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > getSelectedAccessibleChild(
sal_Int32 nSelectedChildIndex )
throw ( ::com::sun::star::lang::IndexOutOfBoundsException,
::com::sun::star::uno::RuntimeException);
- void deselectSelectedAccessibleChild(
+ void deselectAccessibleChild(
sal_Int32 nSelectedChildIndex )
throw ( ::com::sun::star::lang::IndexOutOfBoundsException,
::com::sun::star::uno::RuntimeException );