summaryrefslogtreecommitdiff
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
parent5b246318073a9dbe26b8d83b59753e1b7a595980 (diff)
Avoid reserved identifiers
Change-Id: I12118ad040d1791c7afa517081040961cc7e4677
-rw-r--r--editeng/inc/editeng.hrc6
-rw-r--r--editeng/inc/helpid.hrc4
-rw-r--r--include/editeng/editids.hrc4
-rw-r--r--include/editeng/editrids.hrc4
-rw-r--r--include/editeng/memberids.hrc4
5 files changed, 11 insertions, 11 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"
diff --git a/include/editeng/editids.hrc b/include/editeng/editids.hrc
index 286d7a528dc1..676578f073b6 100644
--- a/include/editeng/editids.hrc
+++ b/include/editeng/editids.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 _EDIT_SVXIDS_HRC
-#define _EDIT_SVXIDS_HRC
+#ifndef INCLUDED_EDITENG_EDITIDS_HRC
+#define INCLUDED_EDITENG_EDITIDS_HRC
#include <svl/solar.hrc>
diff --git a/include/editeng/editrids.hrc b/include/editeng/editrids.hrc
index e24bed8f31c3..ab43df9a3b61 100644
--- a/include/editeng/editrids.hrc
+++ b/include/editeng/editrids.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 _EDIT_RIDS_HRC
-#define _EDIT_RIDS_HRC
+#ifndef INCLUDED_EDITENG_EDITRIDS_HRC
+#define INCLUDED_EDITENG_EDITRIDS_HRC
#include <svl/solar.hrc>
diff --git a/include/editeng/memberids.hrc b/include/editeng/memberids.hrc
index d3768a8237a1..1ffcb87df182 100644
--- a/include/editeng/memberids.hrc
+++ b/include/editeng/memberids.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _EDT_UNOMID_HRC
-#define _EDT_UNOMID_HRC
+#ifndef INCLUDED_EDITENG_MEMBERIDS_HRC
+#define INCLUDED_EDITENG_MEMBERIDS_HRC
#include <svl/memberid.hrc>