summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-24 15:47:24 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-24 15:47:24 +0000
commitaed67da27b8e0c20db8f7f234c95feec3d501bc6 (patch)
tree36f8c34045480054ee8b888b4fdb2a11e1a04b8f /unotools
parent295c44c50ead306ccf7d237380ff503f15d01a3a (diff)
INTEGRATION: CWS uaa02 (1.2.46); FILE MERGED
2003/04/10 14:10:44 mt 1.2.46.1: #108656# Moved Accessibility module from drafts to final
Diffstat (limited to 'unotools')
-rw-r--r--unotools/inc/unotools/accessiblerelationsethelper.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/unotools/inc/unotools/accessiblerelationsethelper.hxx b/unotools/inc/unotools/accessiblerelationsethelper.hxx
index 07b62cc57c60..8f8c4ad31e25 100644
--- a/unotools/inc/unotools/accessiblerelationsethelper.hxx
+++ b/unotools/inc/unotools/accessiblerelationsethelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: accessiblerelationsethelper.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: sab $ $Date: 2002-02-20 12:44:23 $
+ * last change: $Author: vg $ $Date: 2003-04-24 16:47:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,8 +63,8 @@
#ifndef _UTL_ACCESSIBLERELATIONSETHELPER_HXX_
#define _UTL_ACCESSIBLERELATIONSETHELPER_HXX_
-#ifndef _DRAFTS_COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLESSTATESET_HPP_
-#include <drafts/com/sun/star/accessibility/XAccessibleRelationSet.hpp>
+#ifndef _COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLESSTATESET_HPP_
+#include <com/sun/star/accessibility/XAccessibleRelationSet.hpp>
#endif
#ifndef _COM_SUN_STAR_UNO_REFERENCE_HXX_
@@ -106,7 +106,7 @@ namespace utl
*/
class AccessibleRelationSetHelper
: public cppu::WeakImplHelper1<
- ::drafts::com::sun::star::accessibility::XAccessibleRelationSet
+ ::com::sun::star::accessibility::XAccessibleRelationSet
>
{
public:
@@ -140,7 +140,7 @@ public:
has the type INVALID.
*/
- virtual ::drafts::com::sun::star::accessibility::AccessibleRelation SAL_CALL
+ virtual ::com::sun::star::accessibility::AccessibleRelation SAL_CALL
getRelation( sal_Int32 nIndex )
throw (::com::sun::star::lang::IndexOutOfBoundsException,
::com::sun::star::uno::RuntimeException);
@@ -171,12 +171,12 @@ public:
of) this relation is returned. Otherwise a relation with the
type INVALID is returned.
*/
- virtual ::drafts::com::sun::star::accessibility::AccessibleRelation SAL_CALL
+ virtual ::com::sun::star::accessibility::AccessibleRelation SAL_CALL
getRelationByType( sal_Int16 aRelationType )
throw (::com::sun::star::uno::RuntimeException);
void AddRelation(
- const ::drafts::com::sun::star::accessibility::AccessibleRelation& rRelation)
+ const ::com::sun::star::accessibility::AccessibleRelation& rRelation)
throw (::com::sun::star::uno::RuntimeException);
//===== XTypeProvider ===================================================