diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-03-03 22:48:57 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-03-03 22:48:57 +0100 |
commit | 480ab8a2b34aff08355788e1b50142460d6c7633 (patch) | |
tree | 0a681f97687df514608b06e1da2bac08f61235c9 /stoc/source/simpleregistry | |
parent | 9f14962a6c1c9b2610d0294dca2a28d2b23a958b (diff) |
Remove "using namespace ::rtl"
Diffstat (limited to 'stoc/source/simpleregistry')
-rw-r--r-- | stoc/source/simpleregistry/simpleregistry.cxx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/stoc/source/simpleregistry/simpleregistry.cxx b/stoc/source/simpleregistry/simpleregistry.cxx index 6a4ec3c9d438..f54a362b66ec 100644 --- a/stoc/source/simpleregistry/simpleregistry.cxx +++ b/stoc/source/simpleregistry/simpleregistry.cxx @@ -50,7 +50,12 @@ using namespace com::sun::star::registry; using namespace com::sun::star::lang; using namespace cppu; using namespace osl; -using namespace rtl; + +using ::rtl::OUString; +using ::rtl::OUStringBuffer; +using ::rtl::OString; +using ::rtl::OStringToOUString; +using ::rtl::OUStringToOString; #define SERVICENAME "com.sun.star.registry.SimpleRegistry" #define IMPLNAME "com.sun.star.comp.stoc.SimpleRegistry" |