summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentStatistics.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/IDocumentStatistics.hxx')
-rw-r--r--sw/inc/IDocumentStatistics.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/IDocumentStatistics.hxx b/sw/inc/IDocumentStatistics.hxx
index 950ea49236f1..9b58b5ad94ac 100644
--- a/sw/inc/IDocumentStatistics.hxx
+++ b/sw/inc/IDocumentStatistics.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
- #ifndef IDOCUMENTSTATISTICS_HXX_INCLUDED
- #define IDOCUMENTSTATISTICS_HXX_INCLUDED
+ #ifndef INCLUDED_SW_INC_IDOCUMENTSTATISTICS_HXX
+ #define INCLUDED_SW_INC_IDOCUMENTSTATISTICS_HXX
struct SwDocStat;
@@ -62,6 +62,6 @@ protected:
virtual ~IDocumentStatistics() {};
};
- #endif // IDOCUMENTSTATISTICS_HXX_INCLUDED
+ #endif // INCLUDED_SW_INC_IDOCUMENTSTATISTICS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */