summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/AccessibleGraphicShape.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-24 15:53:35 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-24 15:53:35 +0000
commitfd7b09a118b49fe8565746514031fb7ea0ba3529 (patch)
treefd0f247d3ee6abf5f930629ad2d02aa4bedaaa64 /svx/source/accessibility/AccessibleGraphicShape.cxx
parentfbb5ff1e718bc3c12ef55011207e53367d153e6a (diff)
INTEGRATION: CWS uaa02 (1.10.170); FILE MERGED
2003/04/14 16:56:41 thb 1.10.170.2: #108900# Moved service descriptions from drafts, changed getCharacterBounds() behaviour and implemented TEXT_CHANGED new/old value calculations 2003/04/11 17:06:50 mt 1.10.170.1: #108656# Moved accessibility from drafts to final
Diffstat (limited to 'svx/source/accessibility/AccessibleGraphicShape.cxx')
-rw-r--r--svx/source/accessibility/AccessibleGraphicShape.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/accessibility/AccessibleGraphicShape.cxx b/svx/source/accessibility/AccessibleGraphicShape.cxx
index 16ef0b7ff01f..4e8c4c9acea2 100644
--- a/svx/source/accessibility/AccessibleGraphicShape.cxx
+++ b/svx/source/accessibility/AccessibleGraphicShape.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleGraphicShape.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: thb $ $Date: 2002-11-29 17:56:47 $
+ * last change: $Author: vg $ $Date: 2003-04-24 16:53:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,7 +71,7 @@
using namespace ::accessibility;
using namespace ::rtl;
using namespace ::com::sun::star;
-using namespace ::drafts::com::sun::star::accessibility;
+using namespace ::com::sun::star::accessibility;
//===== internal ============================================================
@@ -181,7 +181,7 @@ void SAL_CALL
// ...and add additional names.
aServiceNames.realloc (nCount + 1);
static const OUString sAdditionalServiceName (RTL_CONSTASCII_USTRINGPARAM(
- "drafts.com.sun.star.drawing.AccessibleGraphicShape"));
+ "com.sun.star.drawing.AccessibleGraphicShape"));
aServiceNames[nCount] = sAdditionalServiceName;
return aServiceNames;