summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-12 19:53:33 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-12 20:03:46 +0200
commite6e59b52d18f9678b6a40263fcf85ca6bbde7a20 (patch)
tree56a708b90a7697ac98b1465257ec3e3e31170005 /cui
parent9576cf9c3f011abec32b52e6d9342e4567abd9ac (diff)
Avoid reserved identifiers
Change-Id: I7d5eec4c8bcfc79edb3c0ea37cf73b4249f44f46
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/fmsearch.hrc6
-rw-r--r--cui/source/inc/cuires.hrc4
-rw-r--r--cui/source/inc/helpid.hrc4
-rw-r--r--cui/source/options/optsave.hrc6
-rw-r--r--cui/source/tabpages/align.hrc4
-rw-r--r--cui/source/tabpages/border.hrc4
-rw-r--r--cui/source/tabpages/paragrph.hrc4
7 files changed, 16 insertions, 16 deletions
diff --git a/cui/source/dialogs/fmsearch.hrc b/cui/source/dialogs/fmsearch.hrc
index f17cd76b04d4..0b4f77a69da8 100644
--- a/cui/source/dialogs/fmsearch.hrc
+++ b/cui/source/dialogs/fmsearch.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 _FMSEARCH_HRC
-#define _FMSEARCH_HRC
+#ifndef INCLUDED_CUI_SOURCE_DIALOGS_FMSEARCH_HRC
+#define INCLUDED_CUI_SOURCE_DIALOGS_FMSEARCH_HRC
#include "svl/solar.hrc"
@@ -33,6 +33,6 @@
#define RID_STR_OVERFLOW_BACKWARD (RID_FORMS_START + 35)
#define RID_STR_SEARCH_COUNTING (RID_FORMS_START + 76)
-#endif // _FMSEARCH_HRC
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cui/source/inc/cuires.hrc b/cui/source/inc/cuires.hrc
index e46e4a18f9e2..ac4b7e6734f8 100644
--- a/cui/source/inc/cuires.hrc
+++ b/cui/source/inc/cuires.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _CUI_RESID_HRC
-#define _CUI_RESID_HRC
+#ifndef INCLUDED_CUI_SOURCE_INC_CUIRES_HRC
+#define INCLUDED_CUI_SOURCE_INC_CUIRES_HRC
#include <sfx2/sfx.hrc>
#include <sfx2/dialogs.hrc>
diff --git a/cui/source/inc/helpid.hrc b/cui/source/inc/helpid.hrc
index ab1fdc322d59..6eb74f9a028d 100644
--- a/cui/source/inc/helpid.hrc
+++ b/cui/source/inc/helpid.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 _CUI_HELPID_HRC
-#define _CUI_HELPID_HRC
+#ifndef INCLUDED_CUI_SOURCE_INC_HELPID_HRC
+#define INCLUDED_CUI_SOURCE_INC_HELPID_HRC
#include <svx/svxcommands.h>
#include <sfx2/sfxcommands.h>
diff --git a/cui/source/options/optsave.hrc b/cui/source/options/optsave.hrc
index 83340afcb876..485d35ed7765 100644
--- a/cui/source/options/optsave.hrc
+++ b/cui/source/options/optsave.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 _SVX_OPTSAVE_HRC
-#define _SVX_OPTSAVE_HRC
+#ifndef INCLUDED_CUI_SOURCE_OPTIONS_OPTSAVE_HRC
+#define INCLUDED_CUI_SOURCE_OPTIONS_OPTSAVE_HRC
// defines ------------------------------------------------------------------
@@ -30,6 +30,6 @@
#define APP_MATH 6
#define APP_COUNT 7
-#endif // #ifndef _SVX_OPTSAVE_HRC
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cui/source/tabpages/align.hrc b/cui/source/tabpages/align.hrc
index b9e3ccd33c07..44e3657aeba6 100644
--- a/cui/source/tabpages/align.hrc
+++ b/cui/source/tabpages/align.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVX_ALIGN_HRC
-#define _SVX_ALIGN_HRC
+#ifndef INCLUDED_CUI_SOURCE_TABPAGES_ALIGN_HRC
+#define INCLUDED_CUI_SOURCE_TABPAGES_ALIGN_HRC
// image list for ValueSets:
#define IL_LOCK_BMPS 1100
diff --git a/cui/source/tabpages/border.hrc b/cui/source/tabpages/border.hrc
index 06551ef17839..4909cf4041e5 100644
--- a/cui/source/tabpages/border.hrc
+++ b/cui/source/tabpages/border.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 _SVX_BORDER_HRC
-#define _SVX_BORDER_HRC
+#ifndef INCLUDED_CUI_SOURCE_TABPAGES_BORDER_HRC
+#define INCLUDED_CUI_SOURCE_TABPAGES_BORDER_HRC
// ImageList for ValueSets:
#define IL_PRE_BITMAPS 1400
diff --git a/cui/source/tabpages/paragrph.hrc b/cui/source/tabpages/paragrph.hrc
index 0803bbaac51b..31694ed6cdbb 100644
--- a/cui/source/tabpages/paragrph.hrc
+++ b/cui/source/tabpages/paragrph.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 _SVX_PARAGRPH_HRC
-#define _SVX_PARAGRPH_HRC
+#ifndef INCLUDED_CUI_SOURCE_TABPAGES_PARAGRPH_HRC
+#define INCLUDED_CUI_SOURCE_TABPAGES_PARAGRPH_HRC
// StandardTabPage ----------------------------------------------------------