summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentStatistics.hxx
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2014-05-30 23:30:03 +0000
committerThomas Arnhold <thomas@arnhold.org>2014-06-01 16:16:29 +0000
commitdcb32a33a32665a6fa54df224fcfb2efad411567 (patch)
tree4b13b4476eb89ad6730a7dd4fad6b19c7f9f2bd7 /sw/inc/IDocumentStatistics.hxx
parent6c3245fc69de59cb1de219203c489d891073ced9 (diff)
fdo#68849: Add header guards to all include files
Added header guards to files in directory sw/ Change-Id: I5859f986c6f954d41a7940dc9ae8febaa714d34f Reviewed-on: https://gerrit.libreoffice.org/9587 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sw/inc/IDocumentStatistics.hxx')
-rw-r--r--sw/inc/IDocumentStatistics.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sw/inc/IDocumentStatistics.hxx b/sw/inc/IDocumentStatistics.hxx
index 9b58b5ad94ac..7cb50ae7e5a9 100644
--- a/sw/inc/IDocumentStatistics.hxx
+++ b/sw/inc/IDocumentStatistics.hxx
@@ -17,16 +17,16 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
- #ifndef INCLUDED_SW_INC_IDOCUMENTSTATISTICS_HXX
- #define INCLUDED_SW_INC_IDOCUMENTSTATISTICS_HXX
+#ifndef INCLUDED_SW_INC_IDOCUMENTSTATISTICS_HXX
+#define INCLUDED_SW_INC_IDOCUMENTSTATISTICS_HXX
- struct SwDocStat;
+struct SwDocStat;
- /** Document statistics information
+/** Document statistics information
*/
- class IDocumentStatistics
- {
- public:
+class IDocumentStatistics
+{
+public:
/** DocInfo has changed (notify via DocShell):
make required fields update.
@@ -60,8 +60,8 @@
protected:
virtual ~IDocumentStatistics() {};
- };
+};
- #endif // INCLUDED_SW_INC_IDOCUMENTSTATISTICS_HXX
+#endif // INCLUDED_SW_INC_IDOCUMENTSTATISTICS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */