From 1de1d112f968c0f0dfba41f1c7a1e0feb4a7acdb Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 5 Sep 2007 16:44:35 +0000 Subject: INTEGRATION: CWS ause083 (1.28.22); FILE MERGED 2007/07/17 10:30:31 hjs 1.28.22.1: #i79470# cleanup to survive pch --- svx/source/dialog/rubydialog.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'svx') diff --git a/svx/source/dialog/rubydialog.cxx b/svx/source/dialog/rubydialog.cxx index 64756bb6aaab..2e45c4e8c155 100644 --- a/svx/source/dialog/rubydialog.cxx +++ b/svx/source/dialog/rubydialog.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rubydialog.cxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: hr $ $Date: 2007-06-27 17:36:45 $ + * last change: $Author: kz $ $Date: 2007-09-05 17:44:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -107,7 +107,7 @@ using namespace com::sun::star::text; using namespace com::sun::star::view; using namespace com::sun::star::lang; using namespace com::sun::star::container; -using namespace rtl; +using rtl::OUString; #define C2U(cChar) rtl::OUString::createFromAscii(cChar) -- cgit