diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 16:03:54 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-24 16:03:54 +0000 |
commit | 8a28218c26f8213f17a29c05d0ffdc13d3f7f536 (patch) | |
tree | deeb0deab725366ea86e60f935cc622d8ad9158a /sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx | |
parent | fdb2ba46f6556f30963342154d487d8280ad209a (diff) |
INTEGRATION: CWS uaa02 (1.10.114); FILE MERGED
2003/04/11 16:46:21 mt 1.10.114.1: #108656# Moved accessibility from drafts to final
Diffstat (limited to 'sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx')
-rw-r--r-- | sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx b/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx index c0418914a..16683087e 100644 --- a/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx +++ b/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx @@ -2,9 +2,9 @@ * * $RCSfile: AccessiblePresentationGraphicShape.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: af $ $Date: 2002-05-06 09:44:29 $ + * last change: $Author: vg $ $Date: 2003-04-24 17:03:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,7 +72,7 @@ using namespace ::rtl; using namespace ::com::sun::star; -using namespace ::drafts::com::sun::star::accessibility; +using namespace ::com::sun::star::accessibility; namespace accessibility { |