summaryrefslogtreecommitdiffstats
path: root/include/editeng/editund2.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/editund2.hxx')
-rw-r--r--include/editeng/editund2.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/editund2.hxx b/include/editeng/editund2.hxx
index 3a3578b06cf3..30d96a405b0e 100644
--- a/include/editeng/editund2.hxx
+++ b/include/editeng/editund2.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _EDITUND2_HXX
-#define _EDITUND2_HXX
+#ifndef INCLUDED_EDITENG_EDITUND2_HXX
+#define INCLUDED_EDITENG_EDITUND2_HXX
#include "editeng/editengdllapi.h"
#include <svl/undo.hxx>
@@ -63,7 +63,7 @@ public:
virtual sal_uInt16 GetId() const;
};
-#endif // _EDITUND2_HXX
+#endif // INCLUDED_EDITENG_EDITUND2_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */