summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-24 15:14:06 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-24 15:14:06 +0000
commit2d963b0074deb8616d31590961e61dc815dc4a99 (patch)
treefbee63dfbf0fb2ae1671e02fef8a978bce2075d1
parent252219a15de4b1476029cd2186f8feef05d880fa (diff)
INTEGRATION: CWS uaa02 (1.4.160); FILE MERGED
2003/04/11 17:21:25 mt 1.4.160.1: #108656# Moved accessibility from drafts to final
-rw-r--r--sw/source/core/access/acctextframe.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/core/access/acctextframe.hxx b/sw/source/core/access/acctextframe.hxx
index 3b0943f0f2..34ad38a24c 100644
--- a/sw/source/core/access/acctextframe.hxx
+++ b/sw/source/core/access/acctextframe.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: acctextframe.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mib $ $Date: 2002-08-15 10:25:23 $
+ * last change: $Author: vg $ $Date: 2003-04-24 16:14:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,9 +71,9 @@
class SwFlyFrm;
namespace utl { class AccessibleRelationSetHelper; }
-namespace drafts { namespace com { namespace star {
+namespace com { namespace star {
namespace accessibility { struct AccessibleRelation; }
-} } }
+} }
class SwAccessibleTextFrame : public SwAccessibleFrameBase
{
@@ -130,13 +130,13 @@ private:
// helper methods for getAccessibleRelationSet:
SwFlyFrm* getFlyFrm() const;
- drafts::com::sun::star::accessibility::AccessibleRelation makeRelation(
+ com::sun::star::accessibility::AccessibleRelation makeRelation(
sal_Int16 nType, const SwFlyFrm* pFrm );
public:
virtual ::com::sun::star::uno::Reference<
- ::drafts::com::sun::star::accessibility::XAccessibleRelationSet> SAL_CALL
+ ::com::sun::star::accessibility::XAccessibleRelationSet> SAL_CALL
getAccessibleRelationSet (void)
throw (::com::sun::star::uno::RuntimeException);
};