From fd7b09a118b49fe8565746514031fb7ea0ba3529 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 24 Apr 2003 15:53:35 +0000 Subject: 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 --- svx/source/accessibility/AccessibleGraphicShape.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'svx/source/accessibility/AccessibleGraphicShape.cxx') 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; -- cgit