summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-10-05 12:32:49 +0200
committerMichael Stahl <mstahl@redhat.com>2016-10-05 23:50:41 +0200
commit4e48432decd5c04c61bced9db71e866b54370ac3 (patch)
treeb32adae4582363c210c2a165df4a960abb64132c /sw
parent7ac7968435e556ee23e517a19521eac34ca04296 (diff)
sw: remove correctMarksAbsolute pre-condition check for now...
... in case the post-condition check fails it can be added for debugging. Change-Id: Id3ee0895af598080a8bda10e8e9edff883188cbc
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/doc/docbm.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/core/doc/docbm.cxx b/sw/source/core/doc/docbm.cxx
index 25f6b8070a63..854ad5e1f1ec 100644
--- a/sw/source/core/doc/docbm.cxx
+++ b/sw/source/core/doc/docbm.cxx
@@ -569,9 +569,6 @@ namespace sw { namespace mark
const SwPosition& rNewPos,
const sal_Int32 nOffset)
{
- SAL_INFO("sw.core", "correctMarksAbsolute entry");
- lcl_DebugMarks(m_vAllMarks);
-
const SwNode* const pOldNode = &rOldNode.GetNode();
SwPosition aNewPos(rNewPos);
aNewPos.nContent += nOffset;