summaryrefslogtreecommitdiff
path: root/sw/inc/dbgoutsw.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-06-11 14:29:51 +0000
committerKurt Zenker <kz@openoffice.org>2004-06-11 14:29:51 +0000
commit87bd2ed7f7975614914c16213b03eaa6f1451108 (patch)
tree3861ce435dc7565e83f986f51ad0171e18e44f7d /sw/inc/dbgoutsw.hxx
parentb19f435236f40a43c6afbc745e43eba4165bfc87 (diff)
INTEGRATION: CWS hbea1bugs01 (1.2.66); FILE MERGED
2004/05/27 09:24:30 hbrinkm 1.2.66.2: #i29560# 2004/05/18 15:44:10 hbrinkm 1.2.66.1: #i22362#
Diffstat (limited to 'sw/inc/dbgoutsw.hxx')
-rw-r--r--sw/inc/dbgoutsw.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/inc/dbgoutsw.hxx b/sw/inc/dbgoutsw.hxx
index 10b7b975a838..8f9df8d27057 100644
--- a/sw/inc/dbgoutsw.hxx
+++ b/sw/inc/dbgoutsw.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbgoutsw.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-05-17 16:09:41 $
+ * last change: $Author: kz $ $Date: 2004-06-11 15:29:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,8 +73,12 @@ class SfxItemSet;
class SwPosition;
class SwPaM;
class SwNodeNum;
+class SwNodes;
#define DBG_OUT_HERE printf("%s(%d):", __FILE__, __LINE__)
+#define DBG_OUT_HERE_FN printf("%s(%d) %s:", __FILE__, __LINE__, __FUNCTION__)
+#define DBG_OUT_HERE_LN printf("%s(%d)\n", __FILE__, __LINE__)
+#define DBG_OUT_HERE_FN_LN printf("%s(%d) %s\n", __FILE__, __LINE__, __FUNCTION__)
#define DBG_OUT(x) printf("%s\n", dbg_out(x))
#define DBG_OUT_LN(x) printf("%s(%d): %s\n", __FILE__, __LINE__, dbg_out(x))