From 7816dd1bbbc35c48f5a60657ed73c5b43377f2ed Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 12 Apr 2016 19:53:46 +0200 Subject: Avoid reserved identifier Change-Id: I8590b2c145a536872d692afcaa50279c99b3f974 --- chart2/source/controller/dialogs/ResourceIds.hrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chart2') 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 -- cgit