summaryrefslogtreecommitdiff
path: root/sw/inc/SwRewriter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/SwRewriter.hxx')
-rw-r--r--sw/inc/SwRewriter.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/SwRewriter.hxx b/sw/inc/SwRewriter.hxx
index ecf28ce13b5f..2e060c4f1b3c 100644
--- a/sw/inc/SwRewriter.hxx
+++ b/sw/inc/SwRewriter.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SW_REWRITER_HXX
-#define _SW_REWRITER_HXX
+#ifndef INCLUDED_SW_INC_SWREWRITER_HXX
+#define INCLUDED_SW_INC_SWREWRITER_HXX
#include <vector>
#include <rtl/ustring.hxx>
@@ -49,6 +49,6 @@ public:
static OUString GetPlaceHolder(SwUndoArg eId);
};
-#endif // _SW_REWRITER_HXX
+#endif // INCLUDED_SW_INC_SWREWRITER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */