diff options
author | Michael Stahl <mst@openoffice.org> | 2010-11-25 14:31:11 +0100 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-11-25 14:31:11 +0100 |
commit | d2ab337e8fd277143ac7e811f9f12ea15c592f6e (patch) | |
tree | 529613350e6ee7c7cc1050907e3630bd48986497 /sw/inc/editsh.hxx | |
parent | 0cf92721c0f308a4644763b3bea0e0d6804ff268 (diff) |
unodapi: #i115383#: clean up UndoActionCount:
remove static {Get,Set}UndoActionCount() from SwDoc, UndoManager, SwEditShell.
use the already existing UndoOptions in SwModule instead.
refactor the ugly hack with undo in SwInputWindow a little.
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r-- | sw/inc/editsh.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index 544c68ed0327..8780ea9eb7b7 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -535,10 +535,6 @@ public: SwUndoId EndUndo( SwUndoId eUndoId = UNDO_EMPTY, const SwRewriter * pRewriter = 0 ); SwUndoId GetUndoIds( String* pUndoStr = 0, SwUndoIds *pUndoIds = 0) const; - // abfragen/setzen der Anzahl von wiederherstellbaren Undo-Actions - static USHORT GetUndoActionCount(); - static void SetUndoActionCount( USHORT nNew ); - // Redo SwUndoId GetRedoIds( String* pRedoStr = 0, SwUndoIds *pRedoIds = 0) const; |