diff options
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 ]; |