summaryrefslogtreecommitdiff
path: root/sw/inc/dbgoutsw.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-21 15:01:31 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-21 15:01:31 +0000
commit979db5ec6692aacc2be5459a1c94f9d27724b31d (patch)
treee08228a3738b7ca222b433d8a051e3cd48b07b85 /sw/inc/dbgoutsw.hxx
parent77f90c91328b8f1bc6cd77ee35596836e3634b5a (diff)
INTEGRATION: CWS swqcore05 (1.9.14); FILE MERGED
2005/01/14 16:26:05 hbrinkm 1.9.14.1: #i39673# output for SwOutlineNodes
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 5c8df5237491..7f635713b95a 100644
--- a/sw/inc/dbgoutsw.hxx
+++ b/sw/inc/dbgoutsw.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbgoutsw.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2005-01-25 13:58:12 $
+ * last change: $Author: vg $ $Date: 2005-02-21 16:01:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -105,6 +105,7 @@ const char * dbg_out(const SfxPoolItem & rItem);
const char * dbg_out(const SfxPoolItem * pItem);
const char * dbg_out(const SfxItemSet & rSet);
const char * dbg_out(SwNodes & rNodes);
+const char * dbg_out(SwOutlineNodes & rNodes);
const char * dbg_out(const SwPosition & rPos);
const char * dbg_out(const SwPaM & rPam);
const char * dbg_out(const SwNodeNum & rNum);