summaryrefslogtreecommitdiff
path: root/cppu/qa/test_any.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/qa/test_any.cxx')
-rw-r--r--cppu/qa/test_any.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/cppu/qa/test_any.cxx b/cppu/qa/test_any.cxx
index 05a07b85c7a2..d53f0e2aa7e7 100644
--- a/cppu/qa/test_any.cxx
+++ b/cppu/qa/test_any.cxx
@@ -59,8 +59,6 @@
namespace {
-namespace css = com::sun::star;
-
class Base {
public:
Base(): m_count(0) {}