summaryrefslogtreecommitdiff
path: root/stoc/test/testiadapter.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-03-03 22:48:57 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-03-03 22:48:57 +0100
commit480ab8a2b34aff08355788e1b50142460d6c7633 (patch)
tree0a681f97687df514608b06e1da2bac08f61235c9 /stoc/test/testiadapter.cxx
parent9f14962a6c1c9b2610d0294dca2a28d2b23a958b (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'stoc/test/testiadapter.cxx')
-rw-r--r--stoc/test/testiadapter.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/stoc/test/testiadapter.cxx b/stoc/test/testiadapter.cxx
index 3c98bb74ef65..b91cae5ec98a 100644
--- a/stoc/test/testiadapter.cxx
+++ b/stoc/test/testiadapter.cxx
@@ -50,7 +50,6 @@
using namespace test;
-using namespace rtl;
using namespace cppu;
using namespace osl;
using namespace com::sun::star::uno;
@@ -61,6 +60,10 @@ using namespace com::sun::star::reflection;
using namespace com::sun::star::lang;
using namespace com::sun::star::registry;
+using ::rtl::OUString;
+using ::rtl::OString;
+using ::rtl::OUStringToOString;
+
//==================================================================================================
sal_Bool equals( const test::TestElement & rData1, const test::TestElement & rData2 )