summaryrefslogtreecommitdiff
path: root/sw/source/filter/inc/rtf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/inc/rtf.hxx')
-rw-r--r--sw/source/filter/inc/rtf.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/inc/rtf.hxx b/sw/source/filter/inc/rtf.hxx
index a892e6b59621..301b8ff2bf5f 100644
--- a/sw/source/filter/inc/rtf.hxx
+++ b/sw/source/filter/inc/rtf.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _RTF_HXX
-#define _RTF_HXX
+#ifndef INCLUDED_SW_SOURCE_FILTER_INC_RTF_HXX
+#define INCLUDED_SW_SOURCE_FILTER_INC_RTF_HXX
#include <tools/solar.h>
@@ -43,7 +43,7 @@ public:
sal_uInt16 GetValue() const { return Value.nVal; }
};
-#endif // _RTF_HXX
+#endif // INCLUDED_SW_SOURCE_FILTER_INC_RTF_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */