From 8b5865a146dfc0ae12a6c22d22a70a8cf36f37f3 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 5 Sep 2007 16:43:41 +0000 Subject: INTEGRATION: CWS ause083 (1.9.22); FILE MERGED 2007/07/17 10:30:31 hjs 1.9.22.1: #i79470# cleanup to survive pch --- svx/source/dialog/optasian.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'svx') diff --git a/svx/source/dialog/optasian.cxx b/svx/source/dialog/optasian.cxx index a1523db4d729..5d0333be1bf3 100644 --- a/svx/source/dialog/optasian.cxx +++ b/svx/source/dialog/optasian.cxx @@ -4,9 +4,9 @@ * * $RCSfile: optasian.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2007-06-27 17:24:17 $ + * last change: $Author: kz $ $Date: 2007-09-05 17:43:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -95,7 +95,7 @@ using namespace com::sun::star::lang; using namespace com::sun::star::i18n; using namespace com::sun::star::frame; using namespace com::sun::star::beans; -using namespace rtl; +using rtl::OUString; #define C2U(cChar) rtl::OUString::createFromAscii(cChar) -- cgit