diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 19:48:00 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 20:03:42 +0200 |
commit | 4f2b9f026d582350da71d7f4015bfaaf2c7030ce (patch) | |
tree | 035c25d725f26e06e5db486615238aa6a02e5def /sw/inc/rcid.hrc | |
parent | 41ed0760e73171e3484183484fddc8b96c1b3c97 (diff) |
Avoid reserved identifiers
Change-Id: Ib8cbcdff79ad8d621b8e9567df0afe32e9501279
Diffstat (limited to 'sw/inc/rcid.hrc')
-rw-r--r-- | sw/inc/rcid.hrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/rcid.hrc b/sw/inc/rcid.hrc index f80958807599..528c5bb59bcf 100644 --- a/sw/inc/rcid.hrc +++ b/sw/inc/rcid.hrc @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _RDIC_HRC -#define _RDIC_HRC +#ifndef INCLUDED_SW_INC_RCID_HRC +#define INCLUDED_SW_INC_RCID_HRC #include <sfx2/sfxsids.hrc> |