[Libreoffice-commits] .: Branch 'libreoffice-3-4' - sc/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Thu Apr 7 20:34:58 CEST 2011
sc/source/core/tool/dbcolect.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit e1ccff529659b5bce704790d3f6d85a858ccf0e9
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Thu Apr 7 14:33:04 2011 -0400
Forgot to remove printf.
diff --git a/sc/source/core/tool/dbcolect.cxx b/sc/source/core/tool/dbcolect.cxx
index a96668e..7c793df 100644
--- a/sc/source/core/tool/dbcolect.cxx
+++ b/sc/source/core/tool/dbcolect.cxx
@@ -652,7 +652,7 @@ void ScDBData::UpdateReference(ScDocument* pDoc, UpdateRefMode eUpdateRefMode,
//! Testen, ob mitten aus dem Bereich geloescht/eingefuegt wurde !!!
}
-#include <stdio.h>
+
void ScDBData::ExtendDataArea(ScDocument* pDoc)
{
// Extend the DB area to include data rows immediately below.
@@ -660,7 +660,6 @@ void ScDBData::ExtendDataArea(ScDocument* pDoc)
SCROW nRow1a = nStartRow, nRow2a = nEndRow;
pDoc->GetDataArea(nTable, nCol1a, nRow1a, nCol2a, nRow2a, false, false);
nEndRow = nRow2a;
- fprintf(stdout, "ScDBData::ExtendDataArea: new end row = %d\n", nEndRow);
}
namespace {
More information about the Libreoffice-commits
mailing list