From d74faef25d5489874a5b1887a34bc7dfb548bc9c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 12 Apr 2016 19:49:39 +0200 Subject: Avoid reserved identifiers Change-Id: I93e7c254f8777c2dfbb192b306c991387d9cc641 --- reportdesign/source/inc/stringconstants.hrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'reportdesign/source/inc') diff --git a/reportdesign/source/inc/stringconstants.hrc b/reportdesign/source/inc/stringconstants.hrc index 1927eafebd87..1cfe717f8092 100644 --- a/reportdesign/source/inc/stringconstants.hrc +++ b/reportdesign/source/inc/stringconstants.hrc @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _REPORTDESIGN_STRINGCONSTANTS_HRC_ -#define _REPORTDESIGN_STRINGCONSTANTS_HRC_ +#ifndef INCLUDED_REPORTDESIGN_SOURCE_INC_STRINGCONSTANTS_HRC +#define INCLUDED_REPORTDESIGN_SOURCE_INC_STRINGCONSTANTS_HRC #ifndef STRINGCONSTANTS_INCLUDED_INDIRECT #error "don't include this file directly! use dbastrings.hrc or dbustrings.hrc instead!" @@ -251,6 +251,7 @@ #define PROPERTY_ORDER "Order" #define PROPERTY_APPLYFILTER "ApplyFilter" #define PROPERTY_MAXROWS "MaxRows" -#endif // _REPORTDESIGN_STRINGCONSTANTS_HRC_ + +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit