summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/sheetdatacontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/sheetdatacontext.hxx')
-rw-r--r--sc/source/filter/inc/sheetdatacontext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/sheetdatacontext.hxx b/sc/source/filter/inc/sheetdatacontext.hxx
index 83717637b6d6..5a9e6b778b41 100644
--- a/sc/source/filter/inc/sheetdatacontext.hxx
+++ b/sc/source/filter/inc/sheetdatacontext.hxx
@@ -42,7 +42,7 @@ struct SheetDataContextBase
SheetDataBuffer& mrSheetData; /// The sheet data buffer for cell content and formatting.
CellModel maCellData; /// Position, contents, formatting of current imported cell.
CellFormulaModel maFmlaData; /// Settings for a cell formula.
- sal_Int16 mnSheet; /// Index of the current sheet.
+ sal_Int16 const mnSheet; /// Index of the current sheet.
explicit SheetDataContextBase( const WorksheetHelper& rHelper );
virtual ~SheetDataContextBase();
@@ -59,7 +59,7 @@ class SheetDataContext : public WorksheetContextBase, private SheetDataContextBa
// forms the inner loop for bulk data parsing, and for the
// duration of this we can drop the solar mutex.
#if MULTI_THREAD_SHEET_PARSING
- SolarMutexReleaser aReleaser;
+ SolarMutexReleaser const aReleaser;
#endif
public: