From 19d0f4032b601bc8b6be4bf195267737c5c1d827 Mon Sep 17 00:00:00 2001 From: Henning Brinkmann Date: Tue, 12 Jun 2007 08:08:42 +0000 Subject: [PATCH] debug output cleanup --- writerfilter/source/doctok/XNoteHelperImpl.hxx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/writerfilter/source/doctok/XNoteHelperImpl.hxx b/writerfilter/source/doctok/XNoteHelperImpl.hxx index 2213f00ec710..bb9a7f3e6b0f 100644 --- a/writerfilter/source/doctok/XNoteHelperImpl.hxx +++ b/writerfilter/source/doctok/XNoteHelperImpl.hxx @@ -4,9 +4,9 @@ * * $RCSfile: XNoteHelperImpl.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hbrinkm $ $Date: 2007-06-06 10:26:49 $ + * last change: $Author: hbrinkm $ $Date: 2007-06-12 09:08:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -102,8 +102,6 @@ sal_uInt32 XNoteHelper::getIndexOfCpAndFc(const CpAndFc & rCpAndFc) { sal_uInt32 nResult = getCount(); - clog << "-------------" << endl; - sal_uInt32 n = nResult; while (n > 0) { @@ -113,9 +111,6 @@ sal_uInt32 XNoteHelper::getIndexOfCpAndFc(const CpAndFc & rCpAndFc) Fc aFc(mpPieceTable->cp2fc(aCp)); CpAndFc aCpAndFc(aCp, aFc, meType); - clog << "XNoteHelper::getIndex(" << rCpAndFc << "):" << aCpAndFc - << ", " << n << endl; - if (aCpAndFc <= rCpAndFc) { nResult = n;