summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-05 16:44:35 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-05 16:44:35 +0000
commit1de1d112f968c0f0dfba41f1c7a1e0feb4a7acdb (patch)
treeb84e67ac5d477f8bc3fbd210f2250862f45020a4 /svx
parent25dd1d92b6be697cc7466ab28299f5850844cfe5 (diff)
INTEGRATION: CWS ause083 (1.28.22); FILE MERGED
2007/07/17 10:30:31 hjs 1.28.22.1: #i79470# cleanup to survive pch
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/rubydialog.cxx6
1 files changed, 3 insertions, 3 deletions
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)