summaryrefslogtreecommitdiff
path: root/cppuhelper/qa/weak/test_weak.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/qa/weak/test_weak.cxx')
-rw-r--r--cppuhelper/qa/weak/test_weak.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/cppuhelper/qa/weak/test_weak.cxx b/cppuhelper/qa/weak/test_weak.cxx
index 861433fb19eb..a9d0c489bb45 100644
--- a/cppuhelper/qa/weak/test_weak.cxx
+++ b/cppuhelper/qa/weak/test_weak.cxx
@@ -44,8 +44,6 @@
namespace {
-namespace css = com::sun::star;
-
class Reference: public cppu::WeakImplHelper1< css::uno::XReference > {
public:
Reference(): m_disposed(false) {}