summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc/strings.hrc
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/inc/strings.hrc')
-rw-r--r--xmlsecurity/inc/strings.hrc5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmlsecurity/inc/strings.hrc b/xmlsecurity/inc/strings.hrc
index e16a3dd7b5db..648758825054 100644
--- a/xmlsecurity/inc/strings.hrc
+++ b/xmlsecurity/inc/strings.hrc
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_XMLSECURITY_INC_STRINGS_HRC
-#define INCLUDED_XMLSECURITY_INC_STRINGS_HRC
+#pragma once
#define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String)
@@ -65,6 +64,4 @@
#define STR_BROKEN_MACRO_CERTIFICATE_DATA NC_("STR_BROKEN_MACRO_CERTIFICATE_DATA", "Macro security problem!\n\nBroken certificate data: %{data}")
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */