summaryrefslogtreecommitdiff
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.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/vcl/source/edit/textdat2.hxx b/vcl/source/edit/textdat2.hxx
index c620f91ad4e2..e0174848f74a 100644
--- a/vcl/source/edit/textdat2.hxx
+++ b/vcl/source/edit/textdat2.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_SOURCE_EDIT_TEXTDAT2_HXX
-#define INCLUDED_VCL_SOURCE_EDIT_TEXTDAT2_HXX
+#pragma once
#include <vcl/seleng.hxx>
#include <vcl/cursor.hxx>
@@ -279,6 +278,4 @@ struct TextDDInfo
}
};
-#endif // INCLUDED_VCL_SOURCE_EDIT_TEXTDAT2_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */