summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/doccorr.cxx
diff options
context:
space:
mode:
authorAdam Co <rattles2013@gmail.com>2014-02-03 18:25:57 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-02-12 08:47:13 +0000
commit198733f7efbd552e6c0b7fde480474cd1020c250 (patch)
treee6f752415eb5d27a9d1b8614040e87d80da13f0b /sw/source/core/doc/doccorr.cxx
parent50eb0490e328e6d0ceb9b0550d97d5fc4220a82f (diff)
Added some 'To-Do' notes regarding the new 'SwExtraRedlineTbl'
These notes are to make sure if logic needs to be added for the 'SwExtraRedlineTbl' in these functions, in addition to the 'SwRedlineTbl' that is already there. Change-Id: I7778b4e20f5323a925d05a7df0c727f443566662 Reviewed-on: https://gerrit.libreoffice.org/7823 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/source/core/doc/doccorr.cxx')
-rw-r--r--sw/source/core/doc/doccorr.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/source/core/doc/doccorr.cxx b/sw/source/core/doc/doccorr.cxx
index c40205d0176f..997aad907d04 100644
--- a/sw/source/core/doc/doccorr.cxx
+++ b/sw/source/core/doc/doccorr.cxx
@@ -206,6 +206,8 @@ void SwDoc::CorrAbs(const SwNodeIndex& rOldNode,
++n;
}
}
+
+ // To-Do - need to add here 'SwExtraRedlineTbl' also ?
}
if(bMoveCrsr)
@@ -311,6 +313,8 @@ void SwDoc::CorrRel(const SwNodeIndex& rOldNode,
// lies on the position ??
lcl_PaMCorrRel1( rTbl[ n ], &rOldNode.GetNode(), aNewPos, aNewPos.nContent.GetIndex() + nOffset );
}
+
+ // To-Do - need to add here 'SwExtraRedlineTbl' also ?
}
if(bMoveCrsr)