summaryrefslogtreecommitdiff
path: root/svx/source/dialog/optgdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/optgdlg.cxx')
-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)