summaryrefslogtreecommitdiff
path: root/unotools/source/config/optionsdlg.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-02-27 18:47:31 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-02-27 18:47:31 +0100
commitbe3f37dc72b530c36548aee29b2ea7924232cbfc (patch)
treeb319485ac13ec7ca5a4178bedc958ab903c23932 /unotools/source/config/optionsdlg.cxx
parentda84e4dc931f17f87f26affcbe90681f3061b560 (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'unotools/source/config/optionsdlg.cxx')
-rw-r--r--unotools/source/config/optionsdlg.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/unotools/source/config/optionsdlg.cxx b/unotools/source/config/optionsdlg.cxx
index b3a5f1dc8674..c8a12c088804 100644
--- a/unotools/source/config/optionsdlg.cxx
+++ b/unotools/source/config/optionsdlg.cxx
@@ -42,10 +42,11 @@
#include "itemholder1.hxx"
using namespace utl;
-using namespace rtl;
using namespace com::sun::star::beans ;
using namespace com::sun::star::uno;
+using ::rtl::OUString;
+
#define CFG_FILENAME OUString( RTL_CONSTASCII_USTRINGPARAM( "Office.OptionsDialog" ) )
#define ROOT_NODE OUString( RTL_CONSTASCII_USTRINGPARAM( "OptionsDialogGroups" ) )
#define PAGES_NODE OUString( RTL_CONSTASCII_USTRINGPARAM( "Pages" ) )