diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 19:50:36 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 20:03:44 +0200 |
commit | cd96f8998da97b578bde7a58ff1f0d2db8fe0c99 (patch) | |
tree | 80656b9622aa5accd7a32878d98897195a36bff8 /framework/inc | |
parent | 7fb8332701edddb00f7ad8b2ac0c43d8d9a29b3c (diff) |
Avoid reserved identifiers
Change-Id: I13bbc627ba058143862a77d27bbca85f2d961d60
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/classes/resource.hrc | 4 | ||||
-rw-r--r-- | framework/inc/helpid.hrc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/framework/inc/classes/resource.hrc b/framework/inc/classes/resource.hrc index d1fdfeb2b0f5..f0fdc89313dc 100644 --- a/framework/inc/classes/resource.hrc +++ b/framework/inc/classes/resource.hrc @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __FRAMEWORK_CLASSES_RESOURCE_HRC_ -#define __FRAMEWORK_CLASSES_RESOURCE_HRC_ +#ifndef INCLUDED_FRAMEWORK_INC_CLASSES_RESOURCE_HRC +#define INCLUDED_FRAMEWORK_INC_CLASSES_RESOURCE_HRC #define RID_STR_START 2000 #define RID_MENU_START 10000 diff --git a/framework/inc/helpid.hrc b/framework/inc/helpid.hrc index 19f74d3e8edb..78fd95162369 100644 --- a/framework/inc/helpid.hrc +++ b/framework/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 _FRAMEWORK_HELPID_HRC -#define _FRAMEWORK_HELPID_HRC +#ifndef INCLUDED_FRAMEWORK_HELPID_HRC +#define INCLUDED_FRAMEWORK_HELPID_HRC #define HID_BACKINGWINDOW "FWK_HID_BACKINGWINDOW" #define HID_STATUSBAR "FWK_HID_STATUSBAR" |