summaryrefslogtreecommitdiff
path: root/sd/source/ui/annotations/annotations.hrc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-12 19:48:33 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-12 20:03:43 +0200
commit412471ccb001f8805cc9c5e5e3e8fa24be71f5e2 (patch)
tree7f5694bfa91712f60caf99c7692d8e10e299d5f2 /sd/source/ui/annotations/annotations.hrc
parent028dcd41ab6b28732e168d834ec76d1c67020eda (diff)
Avoid reserved identifiers
Change-Id: Iaa556ac8ce6a2220ab3643968193fbab5077a56f
Diffstat (limited to 'sd/source/ui/annotations/annotations.hrc')
-rw-r--r--sd/source/ui/annotations/annotations.hrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/annotations/annotations.hrc b/sd/source/ui/annotations/annotations.hrc
index 685664f07b7b..813c624dedb4 100644
--- a/sd/source/ui/annotations/annotations.hrc
+++ b/sd/source/ui/annotations/annotations.hrc
@@ -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: */