summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/excdoc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/excdoc.hxx')
-rw-r--r--sc/source/filter/inc/excdoc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/excdoc.hxx b/sc/source/filter/inc/excdoc.hxx
index 0e7cbb798963..bef6e43756ef 100644
--- a/sc/source/filter/inc/excdoc.hxx
+++ b/sc/source/filter/inc/excdoc.hxx
@@ -48,8 +48,8 @@ private:
XclExpRecordList<> aRecList;
XclExpCellTableRef mxCellTable;
- SCTAB mnScTab; // table number SC document
- sal_uInt16 nExcTab; // table number Excel document
+ SCTAB const mnScTab; // table number SC document
+ sal_uInt16 const nExcTab; // table number Excel document
XclExpNoteListRef mxNoteList;