summaryrefslogtreecommitdiff
path: root/sw/source/uibase/utlui
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-12 19:48:00 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-12 20:03:42 +0200
commit4f2b9f026d582350da71d7f4015bfaaf2c7030ce (patch)
tree035c25d725f26e06e5db486615238aa6a02e5def /sw/source/uibase/utlui
parent41ed0760e73171e3484183484fddc8b96c1b3c97 (diff)
Avoid reserved identifiers
Change-Id: Ib8cbcdff79ad8d621b8e9567df0afe32e9501279
Diffstat (limited to 'sw/source/uibase/utlui')
-rw-r--r--sw/source/uibase/utlui/attrdesc.hrc4
-rw-r--r--sw/source/uibase/utlui/initui.hrc4
-rw-r--r--sw/source/uibase/utlui/unotools.hrc4
3 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/uibase/utlui/attrdesc.hrc b/sw/source/uibase/utlui/attrdesc.hrc
index 5f8f5b683657..15eb8e279b34 100644
--- a/sw/source/uibase/utlui/attrdesc.hrc
+++ b/sw/source/uibase/utlui/attrdesc.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _ATTRDESC_HRC
-#define _ATTRDESC_HRC
+#ifndef INCLUDED_SW_SOURCE_UIBASE_UTLUI_ATTRDESC_HRC
+#define INCLUDED_SW_SOURCE_UIBASE_UTLUI_ATTRDESC_HRC
#include "rcid.hrc"
diff --git a/sw/source/uibase/utlui/initui.hrc b/sw/source/uibase/utlui/initui.hrc
index c368dc4e625f..bd9f60e4a07c 100644
--- a/sw/source/uibase/utlui/initui.hrc
+++ b/sw/source/uibase/utlui/initui.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _INITUI_HRC
-#define _INITUI_HRC
+#ifndef INCLUDED_SW_SOURCE_UIBASE_UTLUI_INITUI_HRC
+#define INCLUDED_SW_SOURCE_UIBASE_UTLUI_INITUI_HRC
// Local Resources for the shells:
#define STR_POSTIT_PAGE 1
diff --git a/sw/source/uibase/utlui/unotools.hrc b/sw/source/uibase/utlui/unotools.hrc
index da2555a7eb97..a4caaab0a186 100644
--- a/sw/source/uibase/utlui/unotools.hrc
+++ b/sw/source/uibase/utlui/unotools.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 _UNOTOOLS_HRC
-#define _UNOTOOLS_HRC
+#ifndef INCLUDED_SW_SOURCE_UIBASE_UTLUI_UNOTOOLS_HRC
+#define INCLUDED_SW_SOURCE_UIBASE_UTLUI_UNOTOOLS_HRC
#define ST_MENU_ZOOM 1
#define ST_MENU_UP 2