[Libreoffice-commits] .: sw/source
Caolán McNamara
caolan at kemper.freedesktop.org
Mon Jul 4 06:16:32 PDT 2011
sw/source/filter/ww8/ww8par2.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 9cb830b62dfe2e1d1f09a4ef6a2f4421cad9ab3a
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Jul 4 14:16:27 2011 +0100
stray debugging code
diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx
index 2397852..fb97465 100644
--- a/sw/source/filter/ww8/ww8par2.cxx
+++ b/sw/source/filter/ww8/ww8par2.cxx
@@ -612,8 +612,6 @@ ApoTestResults SwWW8ImplReader::TestApo(int nCellLevel, bool bTableRowEnd,
//unit no matter what else happens. So if we are not in a table at
//all, or if we are in the first cell then test that the last frame
//data is the same as the current one
- fprintf(stderr, "apo is %d\n", bNowApo);
- fprintf(stderr, "equal-apo is %d\n", InEqualApo(nCellLevel));
if (bNowApo && InEqualApo(nCellLevel))
{
// two bordering eachother
More information about the Libreoffice-commits
mailing list