From 25dd1d92b6be697cc7466ab28299f5850844cfe5 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 5 Sep 2007 16:44:22 +0000 Subject: INTEGRATION: CWS ause083 (1.17.22); FILE MERGED 2007/07/23 12:00:48 hjs 1.17.22.2: RESYNC: (1.17-1.18); FILE MERGED 2007/07/17 10:30:31 hjs 1.17.22.1: #i79470# cleanup to survive pch --- svx/source/dialog/optsave.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'svx') diff --git a/svx/source/dialog/optsave.cxx b/svx/source/dialog/optsave.cxx index 9c6763752115..6da181d9473a 100644 --- a/svx/source/dialog/optsave.cxx +++ b/svx/source/dialog/optsave.cxx @@ -4,9 +4,9 @@ * * $RCSfile: optsave.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: rt $ $Date: 2007-07-05 07:46:03 $ + * last change: $Author: kz $ $Date: 2007-09-05 17:44:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -128,8 +128,8 @@ using namespace com::sun::star::util; using namespace com::sun::star::lang; using namespace com::sun::star::beans; using namespace com::sun::star::container; -using namespace rtl; using namespace comphelper; +using rtl::OUString; #define C2U(cChar) OUString::createFromAscii(cChar) #define C2S(cChar) String( RTL_CONSTASCII_STRINGPARAM(cChar) ) -- cgit