summaryrefslogtreecommitdiff
path: root/sw/source/core/undo
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-12-17 12:33:22 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-12-17 12:33:22 +0100
commit06a337f319ea6161d30880a623ee38d12befab45 (patch)
treeef25e744fe60844cf325b581d20978b17d3e1b6c /sw/source/core/undo
parent44f8ffd1dbe32b7c3b46aaf1536727a291a6c41f (diff)
undoapi: (I|Sfx)UndoManager now working with size_t instead of USHORT
Diffstat (limited to 'sw/source/core/undo')
-rw-r--r--sw/source/core/undo/docundo.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/undo/docundo.cxx b/sw/source/core/undo/docundo.cxx
index 7bffe772f68a..d559e4f62632 100644
--- a/sw/source/core/undo/docundo.cxx
+++ b/sw/source/core/undo/docundo.cxx
@@ -414,9 +414,9 @@ void UndoManager::EnableUndo(bool bEnable)
}
}
-USHORT UndoManager::LeaveListAction()
+size_t UndoManager::LeaveListAction()
{
- USHORT const nCount = SfxUndoManager::LeaveListAction();
+ size_t const nCount = SfxUndoManager::LeaveListAction();
if (m_bClearOnLeave)
{