summaryrefslogtreecommitdiff
path: root/vcl/source/edit/textdoc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/edit/textdoc.hxx')
-rw-r--r--vcl/source/edit/textdoc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/edit/textdoc.hxx b/vcl/source/edit/textdoc.hxx
index 4b4afc1b5595..e00cafddd664 100644
--- a/vcl/source/edit/textdoc.hxx
+++ b/vcl/source/edit/textdoc.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _TEXTDOC_HXX
-#define _TEXTDOC_HXX
+#ifndef INCLUDED_VCL_SOURCE_EDIT_TEXTDOC_HXX
+#define INCLUDED_VCL_SOURCE_EDIT_TEXTDOC_HXX
#include <rtl/ustring.hxx>
#include <vcl/textdata.hxx>
@@ -130,6 +130,6 @@ public:
sal_Bool IsValidPaM( const TextPaM& rPaM );
};
-#endif // _TEXTDOC_HXX
+#endif // INCLUDED_VCL_SOURCE_EDIT_TEXTDOC_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */