diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 19:48:14 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 20:03:42 +0200 |
commit | 830a86731414d81c2f36ba97c620e9d794ec94c4 (patch) | |
tree | c2905c32b4b74f1a01908ebc059148e67d8b6b13 /starmath | |
parent | 4f2b9f026d582350da71d7f4015bfaaf2c7030ce (diff) |
Avoid reserved identifier
Change-Id: I31b50e58e3bce9448ae8de127171c0a1f25fa1af
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/starmath.hrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/starmath.hrc b/starmath/inc/starmath.hrc index 7f9fc54b1689..15e8ef0add7c 100644 --- a/starmath/inc/starmath.hrc +++ b/starmath/inc/starmath.hrc @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _STARMATH_HRC -#define _STARMATH_HRC +#ifndef INCLUDED_STARMATH_INC_STARMATH_HRC +#define INCLUDED_STARMATH_INC_STARMATH_HRC #include <svl/solar.hrc> #include <sfx2/sfxsids.hrc> |