summaryrefslogtreecommitdiff
path: root/vcl/source/edit/textundo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/edit/textundo.hxx')
-rw-r--r--vcl/source/edit/textundo.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/edit/textundo.hxx b/vcl/source/edit/textundo.hxx
index 4d062d2f4893..2ff08a2efa8d 100644
--- a/vcl/source/edit/textundo.hxx
+++ b/vcl/source/edit/textundo.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 _TEXTUNDO_HXX
-#define _TEXTUNDO_HXX
+#ifndef INCLUDED_VCL_SOURCE_EDIT_TEXTUNDO_HXX
+#define INCLUDED_VCL_SOURCE_EDIT_TEXTUNDO_HXX
#include <svl/undo.hxx>
#include <vcl/texteng.hxx>
@@ -76,6 +76,6 @@ public:
virtual OUString GetComment() const;
};
-#endif // _TEXTUNDO_HXX
+#endif // INCLUDED_VCL_SOURCE_EDIT_TEXTUNDO_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */