summaryrefslogtreecommitdiffstats
path: root/testtools
diff options
context:
space:
mode:
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<