summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-05 20:39:23 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-05 20:39:23 +0000
commit9b1234f79159bc03a20ccdeec1b8d6e066ff3809 (patch)
tree3a7c2eb6a5e1e51514ff377790acbcdde8f66965 /svtools
parent35320797f82441981c31e6348204b08e963b6b11 (diff)
INTEGRATION: CWS impresssavegraphic (1.4.6); FILE MERGED
2006/06/28 08:16:49 cl 1.4.6.1: fixed a warnings01 error for debug builds on pro
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/items1/poolitem.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/svtools/source/items1/poolitem.cxx b/svtools/source/items1/poolitem.cxx
index 0d916e735f43..5157fe55a1e4 100644
--- a/svtools/source/items1/poolitem.cxx
+++ b/svtools/source/items1/poolitem.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: poolitem.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 21:17:36 $
+ * last change: $Author: kz $ $Date: 2006-07-05 21:39:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -78,11 +78,15 @@ TYPEINIT1(SfxSetItem, SfxPoolItem);
// @@@ TYPEINIT1(SfxItemChangedHint, SfxHint);
// ------------------------------------------------------------------------
+#if OSL_DEBUG_LEVEL > 1
+static ULONG nItemCount = 0;
+
const char* pw1 = "Wow! 10.000 items!";
const char* pw2 = "Wow! 100.000 items!";
const char* pw3 = "Wow! 1.000.000 items!";
const char* pw4 = "Wow! 50.000.000 items!";
const char* pw5 = "Wow! 10.000.000 items!";
+#endif
IMPL_PTRHINT(SfxPoolItemHint,SfxPoolItem)