summaryrefslogtreecommitdiff
path: root/include/test/container/xnamereplace.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/container/xnamereplace.hxx')
-rw-r--r--include/test/container/xnamereplace.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/test/container/xnamereplace.hxx b/include/test/container/xnamereplace.hxx
index 6b616cdec1a8..d9b039f4e6db 100644
--- a/include/test/container/xnamereplace.hxx
+++ b/include/test/container/xnamereplace.hxx
@@ -12,8 +12,6 @@
#include <test/testdllapi.hxx>
#include <com/sun/star/uno/Any.hxx>
-using namespace com::sun::star;
-
namespace apitest {
class OOO_DLLPUBLIC_TEST XNameReplace
@@ -21,11 +19,11 @@ class OOO_DLLPUBLIC_TEST XNameReplace
public:
XNameReplace(const OUString& rName): maName(rName) {}
- virtual uno::Reference< uno::XInterface > init() = 0;
+ virtual css::uno::Reference< css::uno::XInterface > init() = 0;
void testReplaceByName();
- virtual uno::Any getAnyElementForNameReplace() = 0;
+ virtual css::uno::Any getAnyElementForNameReplace() = 0;
virtual ~XNameReplace() {}