summaryrefslogtreecommitdiff
path: root/sc/inc/chgtrack.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/chgtrack.hxx')
-rw-r--r--sc/inc/chgtrack.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/chgtrack.hxx b/sc/inc/chgtrack.hxx
index e39920bfe5c0..83caceac4262 100644
--- a/sc/inc/chgtrack.hxx
+++ b/sc/inc/chgtrack.hxx
@@ -105,7 +105,7 @@ protected:
ScChangeActionLinkEntry* pNext;
ScChangeActionLinkEntry** ppPrev;
- ScChangeAction* pAction;
+ ScChangeAction* const pAction;
ScChangeActionLinkEntry* pLink;
public:
@@ -364,7 +364,7 @@ class ScChangeActionIns : public ScChangeAction
{
friend class ScChangeTrack;
- bool mbEndOfList; /// whether or not a row was auto-inserted at the bottom.
+ bool const mbEndOfList; /// whether or not a row was auto-inserted at the bottom.
ScChangeActionIns( const ScRange& rRange, bool bEndOfList = false );
@@ -402,8 +402,8 @@ class ScChangeActionDelMoveEntry : public ScChangeActionLinkEntry
friend class ScChangeActionDel;
friend class ScChangeTrack;
- short nCutOffFrom;
- short nCutOffTo;
+ short const nCutOffFrom;
+ short const nCutOffTo;
inline ScChangeActionDelMoveEntry(
ScChangeActionDelMoveEntry** ppPrevP,