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/test/testintrosp.cxx | |
parent | 9f14962a6c1c9b2610d0294dca2a28d2b23a958b (diff) |
Remove "using namespace ::rtl"
Diffstat (limited to 'stoc/test/testintrosp.cxx')
-rw-r--r-- | stoc/test/testintrosp.cxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/stoc/test/testintrosp.cxx b/stoc/test/testintrosp.cxx index 582d38f42a69..9a075333fac6 100644 --- a/stoc/test/testintrosp.cxx +++ b/stoc/test/testintrosp.cxx @@ -53,7 +53,6 @@ #include <stdio.h> #include <string.h> -using namespace rtl; using namespace cppu; using namespace ModuleA; using namespace com::sun::star::uno; @@ -64,6 +63,11 @@ using namespace com::sun::star::reflection; using namespace com::sun::star::container; using namespace com::sun::star::beans::PropertyAttribute; +using ::rtl::OUString; +using ::rtl::OString; +using ::rtl::OUStringToOString; +using ::rtl::OStringToOUString; + typedef WeakImplHelper4< XIntroTest, XPropertySet, XNameAccess, XIndexAccess > ImplIntroTestHelper; typedef WeakImplHelper1< XPropertySetInfo > ImplPropertySetInfoHelper; |