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/pathoptions.cxx | |
parent | da84e4dc931f17f87f26affcbe90681f3061b560 (diff) |
Remove "using namespace ::rtl"
Diffstat (limited to 'unotools/source/config/pathoptions.cxx')
-rw-r--r-- | unotools/source/config/pathoptions.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/unotools/source/config/pathoptions.cxx b/unotools/source/config/pathoptions.cxx index ca0e5501cc14..135c3467da8a 100644 --- a/unotools/source/config/pathoptions.cxx +++ b/unotools/source/config/pathoptions.cxx @@ -59,12 +59,15 @@ using namespace osl; using namespace utl; -using namespace rtl; using namespace com::sun::star::uno; using namespace com::sun::star::beans; using namespace com::sun::star::util; using namespace com::sun::star::lang; +using ::rtl::OUString; +using ::rtl::OString; +using ::rtl::OStringToOUString; + // define ---------------------------------------------------------------- #define SEARCHPATH_DELIMITER ';' |