summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/UndoAttribute.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/UndoAttribute.hxx')
-rw-r--r--sw/source/core/inc/UndoAttribute.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/UndoAttribute.hxx b/sw/source/core/inc/UndoAttribute.hxx
index 72c82bcfebbe..84e6a6507342 100644
--- a/sw/source/core/inc/UndoAttribute.hxx
+++ b/sw/source/core/inc/UndoAttribute.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef SW_UNDO_ATTRIBUTE_HXX
-#define SW_UNDO_ATTRIBUTE_HXX
+#ifndef INCLUDED_SW_SOURCE_CORE_INC_UNDOATTRIBUTE_HXX
+#define INCLUDED_SW_SOURCE_CORE_INC_UNDOATTRIBUTE_HXX
#include <undobj.hxx>
#include <memory>
@@ -272,6 +272,6 @@ public:
virtual void RedoImpl( ::sw::UndoRedoContext & );
};
-#endif // SW_UNDO_ATTRIBUTE_HXX
+#endif // INCLUDED_SW_SOURCE_CORE_INC_UNDOATTRIBUTE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */