Kaydet (Commit) 412471cc authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Avoid reserved identifiers

Change-Id: Iaa556ac8ce6a2220ab3643968193fbab5077a56f
üst 028dcd41
......@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef _SD_APP_HRC_
#define _SD_APP_HRC_
#ifndef INCLUDED_SD_INC_APP_HRC
#define INCLUDED_SD_INC_APP_HRC
#include <sfx2/sfx.hrc>
......
......@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef _SDGLOB_HRC
#define _SDGLOB_HRC
#ifndef INCLUDED_SD_INC_GLOB_HRC
#define INCLUDED_SD_INC_GLOB_HRC
#include <sfx2/sfx.hrc>
......@@ -136,6 +136,7 @@
#define RID_SLIDESORTER_ICONS RID_GLOB_START+227
#define STR_DEAUTHORISE_CLIENT RID_GLOB_START+229
#endif // _SDGLOB_HRC
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef _SDATTR_HRC
#define _SDATTR_HRC
#ifndef INCLUDED_SD_INC_SDATTR_HRC
#define INCLUDED_SD_INC_SDATTR_HRC
#include <sfx2/sfx.hrc>
......@@ -165,6 +165,6 @@
#define ATTR_NUMBER_NEWSTART_AT ATTR_PARANUMBERING_START + 1
#define ATTR_PARANUMBERING_END ATTR_NUMBER_NEWSTART_AT
#endif // _SDATTR_HRC
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef _SD_ACCESSIBILITY_HRC
#define _SD_ACCESSIBILITY_HRC
#ifndef INCLUDED_SD_SOURCE_UI_ACCESSIBILITY_ACCESSIBILITY_HRC
#define INCLUDED_SD_SOURCE_UI_ACCESSIBILITY_ACCESSIBILITY_HRC
#include <sfx2/sfx.hrc>
......@@ -77,6 +77,7 @@
#define SID_SD_A11Y_I_PREVIEW_D (SID_SD_A11Y_START + 47)
#define SID_SD_A11Y_I_PREVIEW_SUFFIX (SID_SD_A11Y_START + 48)
#define SID_SD_A11Y_D_PRESENTATION_READONLY (SID_SD_A11Y_START + 49)
#endif /* _SD_ACCESSIBILITY_HRC */
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef _SD_CUSTOMANIMATION_HRC
#define _SD_CUSTOMANIMATION_HRC
#ifndef INCLUDED_SD_SOURCE_UI_ANIMATIONS_CUSTOMANIMATION_HRC
#define INCLUDED_SD_SOURCE_UI_ANIMATIONS_CUSTOMANIMATION_HRC
#include "glob.hrc"
......@@ -114,6 +114,6 @@
#define CM_ITALIC 2
#define CM_UNDERLINED 3
#endif // _SD_CUSTOMANIMATION_HRC
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef _SD_ANNOTATIONPANE_HRC
#define _SD_ANNOTATIONPANE_HRC
#ifndef INCLUDED_SD_SOURCE_UI_ANNOTATIONS_ANNOTATIONS_HRC
#define INCLUDED_SD_SOURCE_UI_ANNOTATIONS_ANNOTATIONS_HRC
#include "glob.hrc"
......@@ -41,6 +41,6 @@
#define RID_ANNOTATION_CONTEXTMENU (RID_ANNOTATIONS_START+0)
#define RID_ANNOTATION_TAG_CONTEXTMENU (RID_ANNOTATIONS_START+1)
#endif // _SD_ANNOTATIONPANE_HRC
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment