summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/spelleng.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/spelleng.hxx')
-rw-r--r--sc/source/ui/inc/spelleng.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/spelleng.hxx b/sc/source/ui/inc/spelleng.hxx
index ca3912f0c2fc..cec0676459a2 100644
--- a/sc/source/ui/inc/spelleng.hxx
+++ b/sc/source/ui/inc/spelleng.hxx
@@ -75,7 +75,7 @@ protected: // for usage in derived classes
ScDocument& mrDoc;
private:
- ScSelectionState maSelState; /// Selection data of the document.
+ ScSelectionState const maSelState; /// Selection data of the document.
ScDocument* mpUndoDoc; /// Document stores all old cells for UNDO action.
ScDocument* mpRedoDoc; /// Document stores all new cells for REDO action.
LanguageType meCurrLang; /// Current cell language.
@@ -144,7 +144,7 @@ protected:
virtual bool NeedsConversion() override;
private:
- ScConversionParam maConvParam; /// Conversion parameters.
+ ScConversionParam const maConvParam; /// Conversion parameters.
};
#endif