summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/scenariobuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/scenariobuffer.hxx')
-rw-r--r--sc/source/filter/inc/scenariobuffer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/scenariobuffer.hxx b/sc/source/filter/inc/scenariobuffer.hxx
index a9c802bf0124..7beca1ddb0c0 100644
--- a/sc/source/filter/inc/scenariobuffer.hxx
+++ b/sc/source/filter/inc/scenariobuffer.hxx
@@ -75,7 +75,7 @@ private:
ScenarioCellVector maCells; /// Scenario cells.
ScenarioModel maModel; /// Scenario model data.
- sal_Int16 mnSheet; /// Index of the sheet this scenario is based on.
+ sal_Int16 const mnSheet; /// Index of the sheet this scenario is based on.
};
struct SheetScenariosModel
@@ -106,7 +106,7 @@ private:
typedef RefVector< Scenario > ScenarioVector;
ScenarioVector maScenarios;
SheetScenariosModel maModel;
- sal_Int16 mnSheet;
+ sal_Int16 const mnSheet;
};
class ScenarioBuffer : public WorkbookHelper