summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docstat.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/doc/docstat.cxx')
-rw-r--r--sw/source/core/doc/docstat.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sw/source/core/doc/docstat.cxx b/sw/source/core/doc/docstat.cxx
index ee53168bb175..103d84f98dc3 100644
--- a/sw/source/core/doc/docstat.cxx
+++ b/sw/source/core/doc/docstat.cxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -33,7 +33,7 @@
/************************************************************************
- * SwDocStat::SwDocStat()
+ * SwDocStat::SwDocStat()
************************************************************************/
SwDocStat::SwDocStat() :
@@ -49,19 +49,19 @@ SwDocStat::SwDocStat() :
{}
/************************************************************************
- * void SwDocStat::Reset()
+ * void SwDocStat::Reset()
************************************************************************/
void SwDocStat::Reset()
{
- nTbl = 0;
- nGrf = 0;
- nOLE = 0;
+ nTbl = 0;
+ nGrf = 0;
+ nOLE = 0;
nPage = 1;
nPara = 1;
nAllPara= 1;
- nWord = 0;
- nChar = 0;
+ nWord = 0;
+ nChar = 0;
bModified = TRUE;
}