summaryrefslogtreecommitdiff
path: root/sc/source/filter/orcus/interface.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/orcus/interface.cxx')
-rw-r--r--sc/source/filter/orcus/interface.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/orcus/interface.cxx b/sc/source/filter/orcus/interface.cxx
index cbabe68da023..b43abd99e799 100644
--- a/sc/source/filter/orcus/interface.cxx
+++ b/sc/source/filter/orcus/interface.cxx
@@ -310,7 +310,7 @@ orcus::spreadsheet::iface::import_sheet* ScOrcusFactory::append_sheet(
class FindSheetByIndex
{
- SCTAB mnTab;
+ SCTAB const mnTab;
public:
explicit FindSheetByIndex(SCTAB nTab) : mnTab(nTab) {}
bool operator() (const std::unique_ptr<ScOrcusSheet>& rSheet) const