diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 19:53:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 20:03:47 +0200 |
commit | 7816dd1bbbc35c48f5a60657ed73c5b43377f2ed (patch) | |
tree | c8954ba804af7a5bf3e214671c4120e5a16473fe /chart2 | |
parent | e6e59b52d18f9678b6a40263fcf85ca6bbde7a20 (diff) |
Avoid reserved identifier
Change-Id: I8590b2c145a536872d692afcaa50279c99b3f974
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/ResourceIds.hrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/ResourceIds.hrc b/chart2/source/controller/dialogs/ResourceIds.hrc index 16cda856279a..829b64c382a8 100644 --- a/chart2/source/controller/dialogs/ResourceIds.hrc +++ b/chart2/source/controller/dialogs/ResourceIds.hrc @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CHART2_RESOURCE_IDS_HRC -#define _CHART2_RESOURCE_IDS_HRC +#ifndef INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_RESOURCEIDS_HRC +#define INCLUDED_CHART2_SOURCE_CONTROLLER_DIALOGS_RESOURCEIDS_HRC //for strings see Strings.hrc //for Bitmaps see Bitmaps.hrc |