summaryrefslogtreecommitdiff
path: root/sw/inc/dbgoutsw.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-16 14:36:54 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-16 14:36:54 +0000
commit850523c374c92c2bf19a988f6036a8bb0c0d02f8 (patch)
tree3c310372334fdd1f525b622db9ac2d2fb3d154fa /sw/inc/dbgoutsw.hxx
parentf82bbf8936f0bf2c91c7a76ed3663922f8b865a7 (diff)
INTEGRATION: CWS swqbugfixes09 (1.6.36); FILE MERGED
2004/11/10 14:54:46 hbrinkm 1.6.36.2: #i30310#,#118435# output for SwFormToken(s), hash map for name->numrule relation 2004/11/10 14:46:55 hbrinkm 1.6.36.1: #i30310#,#118435# output for SwFormToken(s), hash map for name->numrule relation
Diffstat (limited to 'sw/inc/dbgoutsw.hxx')
-rw-r--r--sw/inc/dbgoutsw.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/sw/inc/dbgoutsw.hxx b/sw/inc/dbgoutsw.hxx
index 6321566c5fbc..a5081fd38e04 100644
--- a/sw/inc/dbgoutsw.hxx
+++ b/sw/inc/dbgoutsw.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbgoutsw.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2004-09-08 14:49:14 $
+ * last change: $Author: obo $ $Date: 2004-11-16 15:36:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,6 +64,9 @@
#ifdef DEBUG
+#include <hash_map>
+#include <tox.hxx>
+
class String;
class SwNode;
class SwTxtAttr;
@@ -105,6 +108,8 @@ 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 SwNumRuleTbl & rTbl);
+const char * dbg_out(const SwFormToken & rToken);
+const char * dbg_out(const SwFormTokens & rTokens);
#endif // DEBUG
#endif // __DBGOUTSW_HXX