summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-10-27 15:01:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-10-27 15:03:32 +0100
commitb492ee19978bcb99d767f7808fa1d3692486f6f7 (patch)
treedd2b03f238619d7e0a68b94863659115f65c45e9 /sw
parentba688968ca55f5d5bcdeff23392f3739a6430cf0 (diff)
drop stray debugging remnants
Change-Id: I2684583643716103995c34de10b9eade91d8263b
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/doc/DocumentRedlineManager.cxx5
-rw-r--r--sw/source/core/doc/docredln.cxx2
2 files changed, 0 insertions, 7 deletions
diff --git a/sw/source/core/doc/DocumentRedlineManager.cxx b/sw/source/core/doc/DocumentRedlineManager.cxx
index 47482eb2f5bc..08e81dbe8fc1 100644
--- a/sw/source/core/doc/DocumentRedlineManager.cxx
+++ b/sw/source/core/doc/DocumentRedlineManager.cxx
@@ -759,8 +759,6 @@ Behaviour of Delete-Redline:
IDocumentRedlineAccess::AppendResult
DocumentRedlineManager::AppendRedline(SwRangeRedline* pNewRedl, bool const bCallDelete)
{
- fprintf(stderr, "AppendRedline %p\n", pNewRedl);
-
bool bMerged = false;
CHECK_REDLINE( *this )
@@ -1250,10 +1248,7 @@ DocumentRedlineManager::AppendRedline(SwRangeRedline* pNewRedl, bool const bCall
delete pNewRedl;
pNewRedl = nullptr;
if (eCmpPos == SwComparePosition::Inside)
- {
- fprintf(stderr, "pRedl is %p\n", pRedl);
pRedl->MaybeNotifyModification();
- }
break;
case SwComparePosition::Outside:
diff --git a/sw/source/core/doc/docredln.cxx b/sw/source/core/doc/docredln.cxx
index ce038afec36a..71072603c730 100644
--- a/sw/source/core/doc/docredln.cxx
+++ b/sw/source/core/doc/docredln.cxx
@@ -1043,7 +1043,6 @@ SwRangeRedline::SwRangeRedline( const SwRangeRedline& rCpy )
SwRangeRedline::~SwRangeRedline()
{
- fprintf(stderr, "start death of %p\n", this);
if( pContentSect )
{
// delete the ContentSection
@@ -1052,7 +1051,6 @@ SwRangeRedline::~SwRangeRedline()
delete pContentSect;
}
delete pRedlineData;
- fprintf(stderr, "end death of %p\n", this);
}
void SwRangeRedline::MaybeNotifyModification()