[Libreoffice-commits] .: svx/source
Michael Meeks
michael at kemper.freedesktop.org
Sat Sep 24 00:44:39 PDT 2011
svx/source/xoutdev/xtable.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 0f89219ff70eafbea0647ff6902eab22fc11081a
Author: Michael Meeks <michael.meeks at novell.com>
Date: Sat Sep 24 08:45:08 2011 +0100
remove some stray debug fprintfs
diff --git a/svx/source/xoutdev/xtable.cxx b/svx/source/xoutdev/xtable.cxx
index fb0f77a..1aac0d8 100644
--- a/svx/source/xoutdev/xtable.cxx
+++ b/svx/source/xoutdev/xtable.cxx
@@ -70,12 +70,12 @@ XPropertyList::XPropertyList(
pXPool = new XOutdevItemPool;
DBG_ASSERT( pXPool, "XOutPool konnte nicht erzeugt werden!" );
}
- fprintf (stderr, "Create type %d count %d\n", (int)eType, count++);
+// fprintf (stderr, "Create type %d count %d\n", (int)eType, count++);
}
XPropertyList::~XPropertyList()
{
- fprintf (stderr, "Destroy type %d count %d\n", (int)eType, --count);
+// fprintf (stderr, "Destroy type %d count %d\n", (int)eType, --count);
for( size_t i = 0, n = aList.size(); i < n; ++i )
delete aList[ i ];
More information about the Libreoffice-commits
mailing list