diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-02-27 18:47:31 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-02-27 18:47:31 +0100 |
commit | be3f37dc72b530c36548aee29b2ea7924232cbfc (patch) | |
tree | b319485ac13ec7ca5a4178bedc958ab903c23932 /unotools/source/config/fltrcfg.cxx | |
parent | da84e4dc931f17f87f26affcbe90681f3061b560 (diff) |
Remove "using namespace ::rtl"
Diffstat (limited to 'unotools/source/config/fltrcfg.cxx')
-rw-r--r-- | unotools/source/config/fltrcfg.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unotools/source/config/fltrcfg.cxx b/unotools/source/config/fltrcfg.cxx index d35723c5b18e..9b0ef5322179 100644 --- a/unotools/source/config/fltrcfg.cxx +++ b/unotools/source/config/fltrcfg.cxx @@ -37,9 +37,10 @@ #include <com/sun/star/uno/Sequence.hxx> using namespace utl; -using namespace rtl; using namespace com::sun::star::uno; +using ::rtl::OUString; + #define C2U(cChar) OUString(RTL_CONSTASCII_USTRINGPARAM(cChar)) // ----------------------------------------------------------------------- |