summaryrefslogtreecommitdiff
path: root/cui/source/inc/hlmarkwn_def.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/hlmarkwn_def.hxx')
-rw-r--r--cui/source/inc/hlmarkwn_def.hxx11
1 files changed, 4 insertions, 7 deletions
diff --git a/cui/source/inc/hlmarkwn_def.hxx b/cui/source/inc/hlmarkwn_def.hxx
index 6caa0c510dd8..34cd741fec77 100644
--- a/cui/source/inc/hlmarkwn_def.hxx
+++ b/cui/source/inc/hlmarkwn_def.hxx
@@ -17,13 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CUI_SOURCE_INC_HLMARKWN_DEF_HXX
-#define INCLUDED_CUI_SOURCE_INC_HLMARKWN_DEF_HXX
+#pragma once
-#define LERR_NOERROR 0
-#define LERR_NOENTRIES 1
-#define LERR_DOCNOTOPEN 2
-
-#endif
+#define LERR_NOERROR 0
+#define LERR_NOENTRIES 1
+#define LERR_DOCNOTOPEN 2
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */