summaryrefslogtreecommitdiff
path: root/sc/source/core/data/cellvalues.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/cellvalues.cxx')
-rw-r--r--sc/source/core/data/cellvalues.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/cellvalues.cxx b/sc/source/core/data/cellvalues.cxx
index ca319ee6e4ce..5056be872d03 100644
--- a/sc/source/core/data/cellvalues.cxx
+++ b/sc/source/core/data/cellvalues.cxx
@@ -275,7 +275,7 @@ struct TableValues::Impl
ScRange maRange;
TablesType m_Tables;
- Impl( const ScRange& rRange ) : maRange(rRange)
+ explicit Impl( const ScRange& rRange ) : maRange(rRange)
{
size_t nTabs = rRange.aEnd.Tab() - rRange.aStart.Tab() + 1;
size_t nCols = rRange.aEnd.Col() - rRange.aStart.Col() + 1;