From 26e57b53f046da8f1d789c987be83a42c99f50dc Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 14 Dec 2005 15:53:19 +0000 Subject: INTEGRATION: CWS impressfunctions (1.3.40); FILE MERGED 2005/10/28 11:44:48 cl 1.3.40.1: #125341# fixed unix build problems --- sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sd/source/ui/accessibility') diff --git a/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx b/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx index 3075951e2d08..58606b8ec150 100644 --- a/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx +++ b/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AccessibleSlideSorterObject.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 03:28:41 $ + * last change: $Author: rt $ $Date: 2005-12-14 16:53:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -57,7 +57,7 @@ #include "sdresid.hxx" #include "glob.hrc" -using namespace ::rtl; +using ::rtl::OUString; using namespace ::com::sun::star; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::accessibility; -- cgit