summaryrefslogtreecommitdiff
path: root/sc/qa/unit/helper/sorthelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/unit/helper/sorthelper.hxx')
-rw-r--r--sc/qa/unit/helper/sorthelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/helper/sorthelper.hxx b/sc/qa/unit/helper/sorthelper.hxx
index 2e8110727648..d094e0b16113 100644
--- a/sc/qa/unit/helper/sorthelper.hxx
+++ b/sc/qa/unit/helper/sorthelper.hxx
@@ -20,7 +20,7 @@
class SortTypeSetter {
bool mbSortRefUpdate;
public:
- SortTypeSetter(bool bSortRefUpdate)
+ explicit SortTypeSetter(bool bSortRefUpdate)
{
mbSortRefUpdate = changeTo(bSortRefUpdate);
}