summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/eeparser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/eeparser.hxx')
-rw-r--r--sc/source/filter/inc/eeparser.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/eeparser.hxx b/sc/source/filter/inc/eeparser.hxx
index 3a1a44dac6f3..681ebb516f3b 100644
--- a/sc/source/filter/inc/eeparser.hxx
+++ b/sc/source/filter/inc/eeparser.hxx
@@ -100,7 +100,7 @@ class ScEEParser
protected:
EditEngine* pEdit;
SfxItemPool* pPool;
- SfxItemPool* pDocPool;
+ SfxItemPool* const pDocPool;
std::vector<std::shared_ptr<ScEEParseEntry>> maList;
std::shared_ptr<ScEEParseEntry> mxActEntry;
ColWidthsMap maColWidths;