summaryrefslogtreecommitdiff
path: root/sc/qa/unit/helper/shared_test_impl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/unit/helper/shared_test_impl.hxx')
-rw-r--r--sc/qa/unit/helper/shared_test_impl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/helper/shared_test_impl.hxx b/sc/qa/unit/helper/shared_test_impl.hxx
index 7a92c4ec0a36..0c274816c20c 100644
--- a/sc/qa/unit/helper/shared_test_impl.hxx
+++ b/sc/qa/unit/helper/shared_test_impl.hxx
@@ -17,7 +17,7 @@
struct FindCondFormatByEnclosingRange
{
- FindCondFormatByEnclosingRange(const ScRange& rRange):
+ explicit FindCondFormatByEnclosingRange(const ScRange& rRange):
mrRange(rRange) {}
bool operator()(const std::unique_ptr<ScConditionalFormat>& pFormat)