summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/UndoRedline.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/UndoRedline.hxx')
-rw-r--r--sw/source/core/inc/UndoRedline.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/UndoRedline.hxx b/sw/source/core/inc/UndoRedline.hxx
index b67e066065d3..72684ff50420 100644
--- a/sw/source/core/inc/UndoRedline.hxx
+++ b/sw/source/core/inc/UndoRedline.hxx
@@ -64,16 +64,16 @@ public:
bool CanGrouping( const SwUndoRedlineDelete& rPrev );
- // SwUndoTblCpyTbl needs this information:
+ // SwUndoTableCpyTable needs this information:
long NodeDiff() const { return nSttNode - nEndNode; }
- sal_Int32 ContentStart() const { return nSttCntnt; }
+ sal_Int32 ContentStart() const { return nSttContent; }
};
class SwUndoRedlineSort : public SwUndoRedline
{
SwSortOptions* pOpt;
sal_uLong nSaveEndNode, nOffset;
- sal_Int32 nSaveEndCntnt;
+ sal_Int32 nSaveEndContent;
virtual void UndoRedlineImpl(SwDoc & rDoc, SwPaM & rPam) SAL_OVERRIDE;
virtual void RedoRedlineImpl(SwDoc & rDoc, SwPaM & rPam) SAL_OVERRIDE;