summaryrefslogtreecommitdiff
path: root/test/source/container
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-26 14:38:52 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-26 14:41:36 +0200
commitadd638b725bb9e5c94b33f6802483bc7101e3681 (patch)
treeafabfbf9b8bee490a1090bd7d45b33afa7f1e79a /test/source/container
parentf5e003050c65669d53d0d4d2208b2b4d1b699a86 (diff)
test: clean up namespacing
Change-Id: I7df07176bdbd15fdfdf8f9a7cdb26d4bee12997d
Diffstat (limited to 'test/source/container')
-rw-r--r--test/source/container/xelementaccess.cxx3
-rw-r--r--test/source/container/xindexaccess.cxx3
-rw-r--r--test/source/container/xnamecontainer.cxx3
-rw-r--r--test/source/container/xnamed.cxx3
-rw-r--r--test/source/container/xnamereplace.cxx3
5 files changed, 10 insertions, 5 deletions
diff --git a/test/source/container/xelementaccess.cxx b/test/source/container/xelementaccess.cxx
index e955d082e4c2..c1281feaa796 100644
--- a/test/source/container/xelementaccess.cxx
+++ b/test/source/container/xelementaccess.cxx
@@ -11,7 +11,8 @@
#include <com/sun/star/container/XElementAccess.hpp>
#include "cppunit/extensions/HelperMacros.h"
-using namespace com::sun::star::uno;
+using namespace css;
+using namespace css::uno;
namespace apitest {
diff --git a/test/source/container/xindexaccess.cxx b/test/source/container/xindexaccess.cxx
index 47dd19fb3d43..773366ab5ee2 100644
--- a/test/source/container/xindexaccess.cxx
+++ b/test/source/container/xindexaccess.cxx
@@ -11,7 +11,8 @@
#include <com/sun/star/container/XIndexAccess.hpp>
#include "cppunit/extensions/HelperMacros.h"
-using namespace com::sun::star::uno;
+using namespace css;
+using namespace css::uno;
namespace apitest {
diff --git a/test/source/container/xnamecontainer.cxx b/test/source/container/xnamecontainer.cxx
index 9afa09a22727..98fdf85c6857 100644
--- a/test/source/container/xnamecontainer.cxx
+++ b/test/source/container/xnamecontainer.cxx
@@ -14,7 +14,8 @@
#include "cppunit/extensions/HelperMacros.h"
#include <iostream>
-using namespace com::sun::star::uno;
+using namespace css;
+using namespace css::uno;
namespace apitest {
diff --git a/test/source/container/xnamed.cxx b/test/source/container/xnamed.cxx
index 74ebaad4dd21..6b28bf4d3af6 100644
--- a/test/source/container/xnamed.cxx
+++ b/test/source/container/xnamed.cxx
@@ -11,7 +11,8 @@
#include <test/container/xnamed.hxx>
#include "cppunit/extensions/HelperMacros.h"
-using namespace com::sun::star::uno;
+using namespace css;
+using namespace css::uno;
namespace apitest {
diff --git a/test/source/container/xnamereplace.cxx b/test/source/container/xnamereplace.cxx
index 505e42bbe570..8af5e7cce45c 100644
--- a/test/source/container/xnamereplace.cxx
+++ b/test/source/container/xnamereplace.cxx
@@ -11,7 +11,8 @@
#include <com/sun/star/container/XNameReplace.hpp>
#include "cppunit/extensions/HelperMacros.h"
-using namespace com::sun::star::uno;
+using namespace css;
+using namespace css::uno;
namespace apitest {