summaryrefslogtreecommitdiffstats
path: root/sw/inc/dbgoutsw.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-05-17 15:09:41 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-05-17 15:09:41 +0000
commitad464a8cccf369df1f763ea827df3342331807f5 (patch)
tree71b50ad8ad8cb325ad375cf4710942d339899d72 /sw/inc/dbgoutsw.hxx
parentINTEGRATION: CWS hbqea101 (1.11.496); FILE MERGED (diff)
downloadcore-ad464a8cccf369df1f763ea827df3342331807f5.tar.gz
core-ad464a8cccf369df1f763ea827df3342331807f5.zip
INTEGRATION: CWS hbqea101 (1.2.60); FILE MERGED
2004/05/07 15:03:34 hbrinkm 1.2.60.1: #i27610#
Diffstat (limited to 'sw/inc/dbgoutsw.hxx')
-rw-r--r--sw/inc/dbgoutsw.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/dbgoutsw.hxx b/sw/inc/dbgoutsw.hxx
index c79c1b1751ee..10b7b975a838 100644
--- a/sw/inc/dbgoutsw.hxx
+++ b/sw/inc/dbgoutsw.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbgoutsw.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-03-30 16:02:32 $
+ * last change: $Author: rt $ $Date: 2004-05-17 16:09:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,6 +74,7 @@ class SwPosition;
class SwPaM;
class SwNodeNum;
+#define DBG_OUT_HERE printf("%s(%d):", __FILE__, __LINE__)
#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))