summaryrefslogtreecommitdiff
path: root/sw/inc/docstat.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/docstat.hxx')
-rw-r--r--sw/inc/docstat.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/sw/inc/docstat.hxx b/sw/inc/docstat.hxx
index 9c36ed834779..8b156bff737a 100644
--- a/sw/inc/docstat.hxx
+++ b/sw/inc/docstat.hxx
@@ -2,7 +2,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
@@ -34,18 +34,18 @@
struct SW_DLLPUBLIC SwDocStat
{
- USHORT nTbl;
- USHORT nGrf;
- USHORT nOLE;
- ULONG nPage;
+ USHORT nTbl;
+ USHORT nGrf;
+ USHORT nOLE;
+ ULONG nPage;
/// paragraphs for document statistic: non-empty and non-hidden ones
- ULONG nPara;
+ ULONG nPara;
/// all paragraphs, including empty/hidden ones
ULONG nAllPara;
- ULONG nWord;
- ULONG nChar;
- ULONG nCharExcludingSpaces;
- BOOL bModified;
+ ULONG nWord;
+ ULONG nChar;
+ ULONG nCharExcludingSpaces;
+ BOOL bModified;
SwDocStat();
void Reset();