summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-05 16:43:54 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-05 16:43:54 +0000
commit1334a8dfc20b677d98c8170c3fa9230bb5eb222b (patch)
treeb54539b6f8c80e42aeb9cdacecafd6fdaa1746d9 /svx
parent8b5865a146dfc0ae12a6c22d22a70a8cf36f37f3 (diff)
INTEGRATION: CWS ause083 (1.43.22); FILE MERGED
2007/07/23 12:03:31 hjs 1.43.22.2: RESYNC: (1.43-1.44); FILE MERGED 2007/07/17 10:30:31 hjs 1.43.22.1: #i79470# cleanup to survive pch
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/optgdlg.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/svx/source/dialog/optgdlg.cxx b/svx/source/dialog/optgdlg.cxx
index c706b8bcf677..1f5becd3c562 100644
--- a/svx/source/dialog/optgdlg.cxx
+++ b/svx/source/dialog/optgdlg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: optgdlg.cxx,v $
*
- * $Revision: 1.44 $
+ * $Revision: 1.45 $
*
- * last change: $Author: ihi $ $Date: 2007-07-11 11:03:03 $
+ * last change: $Author: kz $ $Date: 2007-09-05 17:43:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -214,7 +214,8 @@ using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::util;
using namespace ::utl;
-using namespace ::rtl;
+using ::rtl::OString;
+using ::rtl::OUString;
#define C2U(cChar) OUString::createFromAscii(cChar)