summaryrefslogtreecommitdiff
path: root/sw/inc/dbgoutsw.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-25 12:58:12 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-25 12:58:12 +0000
commit97ef260f83db8e9d5d9f3575b0533e2c49e59d8c (patch)
tree0c1422b7189552e497f7d76091f2213c90b3dccb /sw/inc/dbgoutsw.hxx
parentce8b86e86d7ba706b63036e8defb130386e237b3 (diff)
INTEGRATION: CWS swqcore04 (1.8.48); FILE MERGED
2005/01/12 14:32:02 hbrinkm 1.8.48.2: RESYNC: (1.8-1.9); FILE MERGED 2004/12/20 10:39:36 hbrinkm 1.8.48.1: #i35776# dbg_out for SwUndo
Diffstat (limited to 'sw/inc/dbgoutsw.hxx')
-rw-r--r--sw/inc/dbgoutsw.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/dbgoutsw.hxx b/sw/inc/dbgoutsw.hxx
index a0442e11542e..5c8df5237491 100644
--- a/sw/inc/dbgoutsw.hxx
+++ b/sw/inc/dbgoutsw.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbgoutsw.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2005-01-05 11:45:44 $
+ * last change: $Author: obo $ $Date: 2005-01-25 13:58:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,6 +75,7 @@ class SfxItemSet;
struct SwPosition;
class SwPaM;
class SwNodeNum;
+class SwUndo;
class SwUndos;
class SwRect;
class SwFrmFmt;
@@ -107,6 +108,7 @@ const char * dbg_out(SwNodes & rNodes);
const char * dbg_out(const SwPosition & rPos);
const char * dbg_out(const SwPaM & rPam);
const char * dbg_out(const SwNodeNum & rNum);
+const char * dbg_out(const SwUndo & rUndo);
const char * dbg_out(const SwUndos & rUndos);
const char * dbg_out(const SwRewriter & rRewriter);
const char * dbg_out(const SwNumRule & rRule);