diff options
author | Michael Stahl <mst@openoffice.org> | 2010-12-15 09:14:12 +0100 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-12-15 09:14:12 +0100 |
commit | 16045587b5442195b4a3936437d780d62f7c42bc (patch) | |
tree | 934898840612b43e3fb299530bd4cb2f6d225364 /sw/inc/dbgoutsw.hxx | |
parent | 65a3c2385c45d2f7fc4bfdbe97be2d3de46bc3af (diff) |
undoapi: #i115383#: replace SwUndos with STL vector
Diffstat (limited to 'sw/inc/dbgoutsw.hxx')
-rw-r--r-- | sw/inc/dbgoutsw.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/dbgoutsw.hxx b/sw/inc/dbgoutsw.hxx index e1822bd4ace9..1a33f41f69d3 100644 --- a/sw/inc/dbgoutsw.hxx +++ b/sw/inc/dbgoutsw.hxx @@ -46,7 +46,6 @@ struct SwPosition; class SwPaM; class SwNodeNum; class SwUndo; -class SwUndos; class SwRect; class SwFrmFmt; class SwFrmFmts; @@ -86,7 +85,6 @@ SW_DLLPUBLIC const char * dbg_out(const SwPosition & rPos); SW_DLLPUBLIC const char * dbg_out(const SwPaM & rPam); SW_DLLPUBLIC const char * dbg_out(const SwNodeNum & rNum); SW_DLLPUBLIC const char * dbg_out(const SwUndo & rUndo); -SW_DLLPUBLIC const char * dbg_out(const SwUndos & rUndos); SW_DLLPUBLIC const char * dbg_out(const SwRewriter & rRewriter); SW_DLLPUBLIC const char * dbg_out(const SwNumRule & rRule); SW_DLLPUBLIC const char * dbg_out(const SwTxtFmtColl & rFmt); |