summaryrefslogtreecommitdiffstats
path: root/vcl/source/edit/textdat2.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/edit/textdat2.hxx')
-rw-r--r--vcl/source/edit/textdat2.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/edit/textdat2.hxx b/vcl/source/edit/textdat2.hxx
index 5267029e80d6..fd91bd11e023 100644
--- a/vcl/source/edit/textdat2.hxx
+++ b/vcl/source/edit/textdat2.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _TEXTDAT2_HXX
-#define _TEXTDAT2_HXX
+#ifndef INCLUDED_VCL_SOURCE_EDIT_TEXTDAT2_HXX
+#define INCLUDED_VCL_SOURCE_EDIT_TEXTDAT2_HXX
#include <vcl/seleng.hxx>
#include <vcl/virdev.hxx>
@@ -296,6 +296,6 @@ struct TextDDInfo
}
};
-#endif // _TEXTDAT2_HXX
+#endif // INCLUDED_VCL_SOURCE_EDIT_TEXTDAT2_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */