summaryrefslogtreecommitdiff
path: root/bridges/test/java_uno/nativethreadpool
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/test/java_uno/nativethreadpool')
-rw-r--r--bridges/test/java_uno/nativethreadpool/testnativethreadpoolclient.cxx2
-rw-r--r--bridges/test/java_uno/nativethreadpool/testnativethreadpoolserver.cxx2
2 files changed, 0 insertions, 4 deletions
diff --git a/bridges/test/java_uno/nativethreadpool/testnativethreadpoolclient.cxx b/bridges/test/java_uno/nativethreadpool/testnativethreadpoolclient.cxx
index b30f20346071..df0991c245ac 100644
--- a/bridges/test/java_uno/nativethreadpool/testnativethreadpoolclient.cxx
+++ b/bridges/test/java_uno/nativethreadpool/testnativethreadpoolclient.cxx
@@ -46,8 +46,6 @@
#include <iostream>
-namespace css = com::sun::star;
-
namespace {
class Client: public cppu::WeakImplHelper2<
diff --git a/bridges/test/java_uno/nativethreadpool/testnativethreadpoolserver.cxx b/bridges/test/java_uno/nativethreadpool/testnativethreadpoolserver.cxx
index c4308033bc73..607a05414c2e 100644
--- a/bridges/test/java_uno/nativethreadpool/testnativethreadpoolserver.cxx
+++ b/bridges/test/java_uno/nativethreadpool/testnativethreadpoolserver.cxx
@@ -41,8 +41,6 @@
#include "sal/types.h"
#include "uno/lbnames.h"
-namespace css = com::sun::star;
-
namespace {
class Server: