summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/UndoInsert.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/UndoInsert.hxx')
-rw-r--r--sw/source/core/inc/UndoInsert.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/UndoInsert.hxx b/sw/source/core/inc/UndoInsert.hxx
index 3a046b2848f9..787d93a5c952 100644
--- a/sw/source/core/inc/UndoInsert.hxx
+++ b/sw/source/core/inc/UndoInsert.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SW_UNDO_INSERT_HXX
-#define SW_UNDO_INSERT_HXX
+#ifndef INCLUDED_SW_SOURCE_CORE_INC_UNDOINSERT_HXX
+#define INCLUDED_SW_SOURCE_CORE_INC_UNDOINSERT_HXX
#include <undobj.hxx>
#include <rtl/ustring.hxx>
@@ -211,6 +211,6 @@ public:
void SetDrawObj( sal_uInt8 nLayerId );
};
-#endif // SW_UNDO_INSERT_HXX
+#endif // INCLUDED_SW_SOURCE_CORE_INC_UNDOINSERT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */