summaryrefslogtreecommitdiff
path: root/stoc/test/testloader.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/test/testloader.cxx')
-rw-r--r--stoc/test/testloader.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/stoc/test/testloader.cxx b/stoc/test/testloader.cxx
index 902aaf633200..e6830dec36e4 100644
--- a/stoc/test/testloader.cxx
+++ b/stoc/test/testloader.cxx
@@ -52,9 +52,10 @@ using namespace com::sun::star::uno;
using namespace com::sun::star::loader;
using namespace com::sun::star::lang;
using namespace osl;
-using namespace rtl;
using namespace cppu;
+using ::rtl::OUString;
+
#if OSL_DEBUG_LEVEL > 0
#define TEST_ENSHURE(c, m) OSL_ENSURE(c, m)
#else