summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfcontrolwords.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 18:46:20 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:08 +0200
commit9e83bdb7134a8b3f400fb5a79b247e33ce426127 (patch)
tree63f3896d4b29d3d131f597c135f5ecd3f522f74c /writerfilter/source/rtftok/rtfcontrolwords.hxx
parent888057cb5c2b7a349c69ccaf22714a43f0e75430 (diff)
fixincludeguards.sh: writerfilter
Diffstat (limited to 'writerfilter/source/rtftok/rtfcontrolwords.hxx')
-rw-r--r--writerfilter/source/rtftok/rtfcontrolwords.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/writerfilter/source/rtftok/rtfcontrolwords.hxx b/writerfilter/source/rtftok/rtfcontrolwords.hxx
index 6283a08f5304..f699b7947e27 100644
--- a/writerfilter/source/rtftok/rtfcontrolwords.hxx
+++ b/writerfilter/source/rtftok/rtfcontrolwords.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef _RTFCONTROLWORDS_HXX_
-#define _RTFCONTROLWORDS_HXX_
+#ifndef INCLUDED_WRITERFILTER_SOURCE_RTFTOK_RTFCONTROLWORDS_HXX
+#define INCLUDED_WRITERFILTER_SOURCE_RTFTOK_RTFCONTROLWORDS_HXX
namespace writerfilter {
namespace rtftok {
@@ -2008,6 +2008,6 @@ extern int nRTFMathControlWords;
} // namespace rtftok
} // namespace writerfilter
-#endif // _RTFCONTROLWORDS_HXX_
+#endif // INCLUDED_WRITERFILTER_SOURCE_RTFTOK_RTFCONTROLWORDS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */