summaryrefslogtreecommitdiff
path: root/sw/inc/dbgoutsw.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-05 10:45:44 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-05 10:45:44 +0000
commit3107c1ea09c2e0bbc62236340e504c09b4bbfba0 (patch)
tree721bc1cd1031df14a6a2cdd0ed73eb8d92b52340 /sw/inc/dbgoutsw.hxx
parentd9610259b3009aed024a869d57de7d6c2c805c66 (diff)
INTEGRATION: CWS swqcore02 (1.6.132); FILE MERGED
2004/12/14 13:46:24 hbrinkm 1.6.132.4: RESYNC: (1.7-1.8); FILE MERGED 2004/12/01 14:57:09 hbrinkm 1.6.132.3: RESYNC: (1.6-1.7); FILE MERGED 2004/12/01 08:38:28 hbrinkm 1.6.132.2: #i37940# output for SwFrmFmts 2004/11/29 10:20:25 hbrinkm 1.6.132.1: #i37779# output for SwNumRule, SwTxtFmtColl
Diffstat (limited to 'sw/inc/dbgoutsw.hxx')
-rw-r--r--sw/inc/dbgoutsw.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/dbgoutsw.hxx b/sw/inc/dbgoutsw.hxx
index 56b01955b7d6..a0442e11542e 100644
--- a/sw/inc/dbgoutsw.hxx
+++ b/sw/inc/dbgoutsw.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbgoutsw.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2004-11-27 11:39:01 $
+ * last change: $Author: obo $ $Date: 2005-01-05 11:45:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,6 +109,9 @@ const char * dbg_out(const SwPaM & rPam);
const char * dbg_out(const SwNodeNum & rNum);
const char * dbg_out(const SwUndos & rUndos);
const char * dbg_out(const SwRewriter & rRewriter);
+const char * dbg_out(const SwNumRule & rRule);
+const char * dbg_out(const SwTxtFmtColl & rFmt);
+const char * dbg_out(const SwFrmFmts & rFrmFmts);
const char * dbg_out(const SwNumRuleTbl & rTbl);
template<typename tKey, typename tMember, typename fHashFunction>