summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/rolbck.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/undo/rolbck.cxx')
-rw-r--r--sw/source/core/undo/rolbck.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/undo/rolbck.cxx b/sw/source/core/undo/rolbck.cxx
index 027e95ef003e..cdb85b9fab5c 100644
--- a/sw/source/core/undo/rolbck.cxx
+++ b/sw/source/core/undo/rolbck.cxx
@@ -1014,8 +1014,8 @@ void SwHistoryChangeCharFmt::SetInDoc(SwDoc * pDoc, bool )
-SwHistory::SwHistory( sal_uInt16 nInitSz, sal_uInt16 nGrowSz )
- : m_SwpHstry( (sal_uInt8)nInitSz, (sal_uInt8)nGrowSz )
+SwHistory::SwHistory( sal_uInt16 nInitSz )
+ : m_SwpHstry( (sal_uInt8)nInitSz )
, m_nEndDiff( 0 )
{}