summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-12 19:43:33 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-12 20:03:40 +0200
commit470cfa9860232ab70e017e6084d80f80d469555c (patch)
treeab14f5e010d4a079f8257a35ae7d4c81d2466d0a /editeng
parent5b246318073a9dbe26b8d83b59753e1b7a595980 (diff)
Avoid reserved identifiers
Change-Id: I12118ad040d1791c7afa517081040961cc7e4677
Diffstat (limited to 'editeng')
-rw-r--r--editeng/inc/editeng.hrc6
-rw-r--r--editeng/inc/helpid.hrc4
2 files changed, 5 insertions, 5 deletions
diff --git a/editeng/inc/editeng.hrc b/editeng/inc/editeng.hrc
index 1699aa9b1675..e4b00b478937 100644
--- a/editeng/inc/editeng.hrc
+++ b/editeng/inc/editeng.hrc
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _EDITENG_HRC
-#define _EDITENG_HRC
+#ifndef INCLUDED_EDITENG_INC_EDITENG_HRC
+#define INCLUDED_EDITENG_INC_EDITENG_HRC
#include <editeng/editrids.hrc>
@@ -34,6 +34,6 @@
#define MN_AUTOSTART 2000
#define MN_DICTSTART 3000
-#endif // _EDITENG_HRC
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/editeng/inc/helpid.hrc b/editeng/inc/helpid.hrc
index 0a386431cffb..60bba79f1c71 100644
--- a/editeng/inc/helpid.hrc
+++ b/editeng/inc/helpid.hrc
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _EDITENG_HELPID_HRC
-#define _EDITENG_HELPID_HRC
+#ifndef INCLUDED_EDITENG_INC_HELPID_HRC
+#define INCLUDED_EDITENG_INC_HELPID_HRC
#define HID_EDITENG_SPELLER_WORDLANGUAGE "EDITENG_HID_EDITENG_SPELLER_WORDLANGUAGE"
#define HID_EDITENG_SPELLER_PARALANGUAGE "EDITENG_HID_EDITENG_SPELLER_PARALANGUAGE"