summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/editsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/edit/editsh.cxx')
-rw-r--r--sw/source/core/edit/editsh.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/edit/editsh.cxx b/sw/source/core/edit/editsh.cxx
index 226cf71d8ead..5a0c1e484844 100644
--- a/sw/source/core/edit/editsh.cxx
+++ b/sw/source/core/edit/editsh.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: editsh.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jp $ $Date: 2000-10-06 13:06:39 $
+ * last change: $Author: jp $ $Date: 2000-11-20 14:46:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -541,7 +541,7 @@ String SwEditShell::GetCurWord()
void SwEditShell::UpdateDocStat( SwDocStat& rStat )
{
StartAllAction();
- GetDoc()->UpdateDocStat( rStat, GetNumPages() );
+ GetDoc()->UpdateDocStat( rStat );
EndAllAction();
}