summaryrefslogtreecommitdiff
path: root/testtools/source
diff options
context:
space:
mode:
Diffstat (limited to 'testtools/source')
-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 b2d2d960dddc..8ffc9f5fe045 100644
--- a/testtools/source/bridgetest/currentcontextchecker.hxx
+++ b/testtools/source/bridgetest/currentcontextchecker.hxx
@@ -47,8 +47,8 @@ public:
::sal_Int32 setSteps, ::sal_Int32 checkSteps) override;
private:
- CurrentContextChecker(CurrentContextChecker &) = delete;
- void operator =(CurrentContextChecker &) = delete;
+ CurrentContextChecker(CurrentContextChecker const &) = delete;
+ void operator =(CurrentContextChecker const &) = delete;
SAL_DLLPRIVATE bool performCheck(
css::uno::Reference< ::test::testtools::bridgetest::XCurrentContextChecker > const & other,