summaryrefslogtreecommitdiff
path: root/desktop/test
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/test')
-rw-r--r--desktop/test/deployment/active/active_native.cxx2
-rw-r--r--desktop/test/deployment/passive/passive_native.cxx2
2 files changed, 0 insertions, 4 deletions
diff --git a/desktop/test/deployment/active/active_native.cxx b/desktop/test/deployment/active/active_native.cxx
index 0881e04f1e9b..3e5e0c5581c8 100644
--- a/desktop/test/deployment/active/active_native.cxx
+++ b/desktop/test/deployment/active/active_native.cxx
@@ -58,8 +58,6 @@
namespace {
-namespace css = com::sun::star;
-
class Provider:
public cppu::WeakImplHelper2<
css::lang::XServiceInfo, css::frame::XDispatchProvider >,
diff --git a/desktop/test/deployment/passive/passive_native.cxx b/desktop/test/deployment/passive/passive_native.cxx
index 401e50f9dd0a..c3fb5a3b0e72 100644
--- a/desktop/test/deployment/passive/passive_native.cxx
+++ b/desktop/test/deployment/passive/passive_native.cxx
@@ -55,8 +55,6 @@
namespace {
-namespace css = com::sun::star;
-
class Provider:
public cppu::WeakImplHelper2<
css::lang::XServiceInfo, css::frame::XDispatchProvider >,