diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2010-11-26 14:04:34 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2010-11-26 14:04:34 +0100 |
commit | 9fa15256f8104074fdbefbd7ae4e4d77aed85a0c (patch) | |
tree | 43e178436f40c85b8c0a8f824cede028f6ca910f /cui/source/inc/SpellDialog.hxx | |
parent | 62824fb2abbd013cb4e71b46524b7ba24312657c (diff) |
undoapi: removed unused TextUndo IDs, for purpose of simplification
Diffstat (limited to 'cui/source/inc/SpellDialog.hxx')
-rw-r--r-- | cui/source/inc/SpellDialog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/SpellDialog.hxx b/cui/source/inc/SpellDialog.hxx index 49a219aa6..3b7ceb01e 100644 --- a/cui/source/inc/SpellDialog.hxx +++ b/cui/source/inc/SpellDialog.hxx @@ -121,7 +121,7 @@ public: void AddUndoAction( SfxUndoAction *pAction, BOOL bTryMerg=FALSE ); USHORT GetUndoActionCount(); void UndoActionStart( USHORT nId ); - void UndoActionEnd( USHORT nId ); + void UndoActionEnd(); void MoveErrorEnd(long nOffset); |