diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-06-24 15:38:48 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-06-24 15:38:48 +0000 |
commit | 6c03ec8c94779a7d57b189470f3cb9fe3527be63 (patch) | |
tree | 16eeb8ca04f1426e1db9f4a9dc1054b91418e644 /svx/source/accessibility | |
parent | 4133d86da22364a1920dee7f1759c336e52d10b9 (diff) |
INTEGRATION: CWS obo30 (1.40.90); FILE MERGED
2008/06/06 09:38:07 obo 1.40.90.2: #i90100# EOL missing
2008/06/02 12:27:49 obo 1.40.90.1: #i90100# ambigous Reference during ENABLE_PCH build
Diffstat (limited to 'svx/source/accessibility')
-rw-r--r-- | svx/source/accessibility/ChildrenManagerImpl.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/svx/source/accessibility/ChildrenManagerImpl.cxx b/svx/source/accessibility/ChildrenManagerImpl.cxx index 446d101fe6b8..5a088faca934 100644 --- a/svx/source/accessibility/ChildrenManagerImpl.cxx +++ b/svx/source/accessibility/ChildrenManagerImpl.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ChildrenManagerImpl.cxx,v $ - * $Revision: 1.40 $ + * $Revision: 1.41 $ * * This file is part of OpenOffice.org. * @@ -45,7 +45,6 @@ #include <rtl/ustring.hxx> #include <tools/debug.hxx> -using namespace ::rtl; using namespace ::com::sun::star; using namespace ::com::sun::star::accessibility; using ::com::sun::star::uno::Reference; @@ -669,9 +668,9 @@ void SAL_CALL const document::EventObject& rEventObject) throw (uno::RuntimeException) { - static const OUString sShapeInserted ( + static const ::rtl::OUString sShapeInserted ( RTL_CONSTASCII_USTRINGPARAM("ShapeInserted")); - static const OUString sShapeRemoved ( + static const ::rtl::OUString sShapeRemoved ( RTL_CONSTASCII_USTRINGPARAM("ShapeRemoved")); |