diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-09-24 08:45:08 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-09-24 08:45:08 +0100 |
commit | 0f89219ff70eafbea0647ff6902eab22fc11081a (patch) | |
tree | b752425450b465951f2b0238d568ec53dc6e6887 /svx | |
parent | c8dc73720883333a13187865cd0d69b64af6b4b5 (diff) |
remove some stray debug fprintfs
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/xoutdev/xtable.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/xoutdev/xtable.cxx b/svx/source/xoutdev/xtable.cxx index fb0f77af2d0e..1aac0d830162 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 ]; |