summaryrefslogtreecommitdiff
path: root/testtools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:32:02 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:36:03 +0100
commit16f52ab232fbd11298d6c0d9cfed0dabc4a77dd1 (patch)
tree57aa35f7f01dda135283c62e31d9efc794623000 /testtools
parentec3aae40ec0b0b39dc255041919fda77a343f831 (diff)
loplugin:deletedspecial
Change-Id: I9cdb0d7cb2bb9207923f2beedef0bbe44451fb6f
Diffstat (limited to 'testtools')
-rw-r--r--testtools/source/bridgetest/currentcontextchecker.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/testtools/source/bridgetest/currentcontextchecker.hxx b/testtools/source/bridgetest/currentcontextchecker.hxx
index 226733d1e2fc..cd4feef7ef57 100644
--- a/testtools/source/bridgetest/currentcontextchecker.hxx
+++ b/testtools/source/bridgetest/currentcontextchecker.hxx
@@ -48,8 +48,8 @@ public:
throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private:
- CurrentContextChecker(CurrentContextChecker &); // not defined
- void operator =(CurrentContextChecker &); // not defined
+ CurrentContextChecker(CurrentContextChecker &) SAL_DELETED_FUNCTION;
+ void operator =(CurrentContextChecker &) SAL_DELETED_FUNCTION;
bool performCheck(
::com::sun::star::uno::Reference<