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