summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-12 19:47:40 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-12 20:03:42 +0200
commit41ed0760e73171e3484183484fddc8b96c1b3c97 (patch)
treeb5dea55dce246b9b3337c39c1bdeb94f992f0927
parent9a9ddfa6c0cd165dee693e5af2a51c542f7d3276 (diff)
Avoid reserved identifiers
Change-Id: I6075ee18168f19e73c415bf4f0c3423b7a489175
-rw-r--r--xmlsecurity/inc/xmlsecurity/global.hrc4
-rw-r--r--xmlsecurity/source/dialogs/dialogs.hrc4
-rw-r--r--xmlsecurity/source/dialogs/helpids.hrc6
3 files changed, 7 insertions, 7 deletions
diff --git a/xmlsecurity/inc/xmlsecurity/global.hrc b/xmlsecurity/inc/xmlsecurity/global.hrc
index 3b62a30c5c7b..0b4b0ac7a58a 100644
--- a/xmlsecurity/inc/xmlsecurity/global.hrc
+++ b/xmlsecurity/inc/xmlsecurity/global.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLSEC_GLOBAL_HRC
-#define _XMLSEC_GLOBAL_HRC
+#ifndef INCLUDED_XMLSECURITY_INC_XMLSECURITY_GLOBAL_HRC
+#define INCLUDED_XMLSECURITY_INC_XMLSECURITY_GLOBAL_HRC
// global resource ids
diff --git a/xmlsecurity/source/dialogs/dialogs.hrc b/xmlsecurity/source/dialogs/dialogs.hrc
index dec628da44a8..af7b2069c40e 100644
--- a/xmlsecurity/source/dialogs/dialogs.hrc
+++ b/xmlsecurity/source/dialogs/dialogs.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DIALOGS_HRC
-#define _DIALOGS_HRC
+#ifndef INCLUDED_XMLSECURITY_SOURCE_DIALOGS_DIALOGS_HRC
+#define INCLUDED_XMLSECURITY_SOURCE_DIALOGS_DIALOGS_HRC
#include <svtools/controldims.hrc>
#include <xmlsecurity/global.hrc>
diff --git a/xmlsecurity/source/dialogs/helpids.hrc b/xmlsecurity/source/dialogs/helpids.hrc
index c0602fc7bbfd..b4fd49705170 100644
--- a/xmlsecurity/source/dialogs/helpids.hrc
+++ b/xmlsecurity/source/dialogs/helpids.hrc
@@ -17,13 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLSEC_HELPIDS_HRC
-#define _XMLSEC_HELPIDS_HRC
+#ifndef INCLUDED_XMLSECURITY_SOURCE_DIALOGS_HELPIDS_HRC
+#define INCLUDED_XMLSECURITY_SOURCE_DIALOGS_HELPIDS_HRC
#include <svl/solar.hrc>
#define HID_XMLSEC_TREE_SIGNATURESDLG "XMLSECURITY_HID_XMLSEC_TREE_SIGNATURESDLG"
-#endif // #ifndef _XMLSEC_HELPIDS_HRC
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */