diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 19:54:00 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 20:03:47 +0200 |
commit | ea7b57272cea8d74d0d47ee3dddd019f256f80f2 (patch) | |
tree | 9066397c39083d04474ff78d4d06d421f7627ce5 /basic/inc | |
parent | 7816dd1bbbc35c48f5a60657ed73c5b43377f2ed (diff) |
Avoid reserved identifier
Change-Id: Ic59b23de2c11e8a0a86c3711a4507cd76e07896f
Diffstat (limited to 'basic/inc')
-rw-r--r-- | basic/inc/sb.hrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/inc/sb.hrc b/basic/inc/sb.hrc index be8d945433fd..d4191be23063 100644 --- a/basic/inc/sb.hrc +++ b/basic/inc/sb.hrc @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SB_HRC -#define _SB_HRC +#ifndef INCLUDED_BASIC_INC_SB_HRC +#define INCLUDED_BASIC_INC_SB_HRC #include <svl/solar.hrc> |