summaryrefslogtreecommitdiff
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
parent41ed0760e73171e3484183484fddc8b96c1b3c97 (diff)
Avoid reserved identifiers
Change-Id: Ib8cbcdff79ad8d621b8e9567df0afe32e9501279
-rw-r--r--sw/inc/access.hrc4
-rw-r--r--sw/inc/chrdlg.hrc4
-rw-r--r--sw/inc/comcore.hrc4
-rw-r--r--sw/inc/dbui.hrc4
-rw-r--r--sw/inc/dialog.hrc4
-rw-r--r--sw/inc/dochdl.hrc4
-rw-r--r--sw/inc/envelp.hrc4
-rw-r--r--sw/inc/fldui.hrc4
-rw-r--r--sw/inc/globals.hrc6
-rw-r--r--sw/inc/index.hrc6
-rw-r--r--sw/inc/poolfmt.hrc4
-rw-r--r--sw/inc/rcid.hrc4
-rw-r--r--sw/inc/statstr.hrc4
-rw-r--r--sw/inc/unocore.hrc4
-rw-r--r--sw/source/core/inc/pagefrm.hrc4
-rw-r--r--sw/source/ui/config/config.hrc4
-rw-r--r--sw/source/ui/envelp/envprt.hrc4
-rw-r--r--sw/source/ui/envelp/labfmt.hrc4
-rw-r--r--sw/source/uibase/dialog/regionsw.hrc4
-rw-r--r--sw/source/uibase/docvw/annotation.hrc4
-rw-r--r--sw/source/uibase/docvw/docvw.hrc4
-rw-r--r--sw/source/uibase/envelp/label.hrc4
-rw-r--r--sw/source/uibase/inc/app.hrc4
-rw-r--r--sw/source/uibase/inc/frmui.hrc4
-rw-r--r--sw/source/uibase/inc/globdoc.hrc4
-rw-r--r--sw/source/uibase/inc/misc.hrc6
-rw-r--r--sw/source/uibase/inc/popup.hrc6
-rw-r--r--sw/source/uibase/inc/ribbar.hrc4
-rw-r--r--sw/source/uibase/inc/shells.hrc4
-rw-r--r--sw/source/uibase/inc/utlui.hrc4
-rw-r--r--sw/source/uibase/inc/web.hrc4
-rw-r--r--sw/source/uibase/lingu/olmenu.hrc4
-rw-r--r--sw/source/uibase/ribbar/inputwin.hrc4
-rw-r--r--sw/source/uibase/ribbar/workctrl.hrc4
-rw-r--r--sw/source/uibase/sidebar/PropertyPanel.hrc4
-rw-r--r--sw/source/uibase/uiview/view.hrc4
-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
-rw-r--r--sw/source/uibase/wrtsh/wrtsh.hrc4
40 files changed, 84 insertions, 84 deletions
diff --git a/sw/inc/access.hrc b/sw/inc/access.hrc
index 1b36f26725c7..37cdc6106ff6 100644
--- a/sw/inc/access.hrc
+++ b/sw/inc/access.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _ACCESS_HRC
-#define _ACCESS_HRC
+#ifndef INCLUDED_SW_INC_ACCESS_HRC
+#define INCLUDED_SW_INC_ACCESS_HRC
#include "rcid.hrc"
diff --git a/sw/inc/chrdlg.hrc b/sw/inc/chrdlg.hrc
index 279b2a798902..d66c656f42a4 100644
--- a/sw/inc/chrdlg.hrc
+++ b/sw/inc/chrdlg.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _CHRDLG_HRC
-#define _CHRDLG_HRC
+#ifndef INCLUDED_SW_INC_CHRDLG_HRC
+#define INCLUDED_SW_INC_CHRDLG_HRC
#include "rcid.hrc"
diff --git a/sw/inc/comcore.hrc b/sw/inc/comcore.hrc
index f56dd0829da4..1d73e40c3ead 100644
--- a/sw/inc/comcore.hrc
+++ b/sw/inc/comcore.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 _COMCORE_HRC
-#define _COMCORE_HRC
+#ifndef INCLUDED_SW_INC_COMCORE_HRC
+#define INCLUDED_SW_INC_COMCORE_HRC
#include "rcid.hrc"
diff --git a/sw/inc/dbui.hrc b/sw/inc/dbui.hrc
index e85523b3dc14..5557fa379612 100644
--- a/sw/inc/dbui.hrc
+++ b/sw/inc/dbui.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DBUI_HRC
-#define _DBUI_HRC
+#ifndef INCLUDED_SW_INC_DBUI_HRC
+#define INCLUDED_SW_INC_DBUI_HRC
#include "rcid.hrc"
diff --git a/sw/inc/dialog.hrc b/sw/inc/dialog.hrc
index 769101d9ce0d..f65b7f9f9830 100644
--- a/sw/inc/dialog.hrc
+++ b/sw/inc/dialog.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DIALOG_HRC
-#define _DIALOG_HRC
+#ifndef INCLUDED_SW_INC_DIALOG_HRC
+#define INCLUDED_SW_INC_DIALOG_HRC
#include "rcid.hrc"
diff --git a/sw/inc/dochdl.hrc b/sw/inc/dochdl.hrc
index 4e4f7f65ed63..6b03f5e6c7f1 100644
--- a/sw/inc/dochdl.hrc
+++ b/sw/inc/dochdl.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DOCHDL_HRC
-#define _DOCHDL_HRC
+#ifndef INCLUDED_SW_INC_DOCHDL_HRC
+#define INCLUDED_SW_INC_DOCHDL_HRC
#include "rcid.hrc"
diff --git a/sw/inc/envelp.hrc b/sw/inc/envelp.hrc
index d9e73c34b36b..5bc9789a2f27 100644
--- a/sw/inc/envelp.hrc
+++ b/sw/inc/envelp.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _ENVELP_HRC
-#define _ENVELP_HRC
+#ifndef INCLUDED_SW_INC_ENVELP_HRC
+#define INCLUDED_SW_INC_ENVELP_HRC
#include "rcid.hrc"
diff --git a/sw/inc/fldui.hrc b/sw/inc/fldui.hrc
index ab53fea827da..c48dbd11eefe 100644
--- a/sw/inc/fldui.hrc
+++ b/sw/inc/fldui.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 _FLDUI_HRC
-#define _FLDUI_HRC
+#ifndef INCLUDED_SW_INC_FLDUI_HRC
+#define INCLUDED_SW_INC_FLDUI_HRC
#include "rcid.hrc"
diff --git a/sw/inc/globals.hrc b/sw/inc/globals.hrc
index 447143533929..1959e52720cb 100644
--- a/sw/inc/globals.hrc
+++ b/sw/inc/globals.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _GLOBALS_HRC
-#define _GLOBALS_HRC
+#ifndef INCLUDED_SW_INC_GLOBALS_HRC
+#define INCLUDED_SW_INC_GLOBALS_HRC
#include "rcid.hrc"
@@ -211,6 +211,6 @@
#define SID_WRT_SHELL (RC_GLOBALS_BEGIN + 117)
-#endif // _GLOBALS_HRC
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/inc/index.hrc b/sw/inc/index.hrc
index aa4b9842c1b5..ce3643a4a34d 100644
--- a/sw/inc/index.hrc
+++ b/sw/inc/index.hrc
@@ -21,8 +21,8 @@
#define RC_INDEX_BEGIN 256
*/
-#ifndef _INDEX_HRC
-#define _INDEX_HRC
+#ifndef INCLUDED_SW_INC_INDEX_HRC
+#define INCLUDED_SW_INC_INDEX_HRC
#include "rcid.hrc"
@@ -74,6 +74,6 @@
#define STR_ADDITIONAL_ACCNAME_STRING2 (STR_TOKEN_HELP_AUTHORITY + 4)
#define STR_ADDITIONAL_ACCNAME_STRING3 (STR_TOKEN_HELP_AUTHORITY + 5)
-#endif // _INDEX_HRC
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/inc/poolfmt.hrc b/sw/inc/poolfmt.hrc
index ddcf72a23dd2..a6b472b8b90b 100644
--- a/sw/inc/poolfmt.hrc
+++ b/sw/inc/poolfmt.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 _POOLFMT_HRC
-#define _POOLFMT_HRC
+#ifndef INCLUDED_SW_INC_POOLFMT_HRC
+#define INCLUDED_SW_INC_POOLFMT_HRC
#include "rcid.hrc"
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>
diff --git a/sw/inc/statstr.hrc b/sw/inc/statstr.hrc
index 2afca6f941d3..813a3bf53efa 100644
--- a/sw/inc/statstr.hrc
+++ b/sw/inc/statstr.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 _STATSTR_HRC
-#define _STATSTR_HRC
+#ifndef INCLUDED_SW_INC_STATSTR_HRC
+#define INCLUDED_SW_INC_STATSTR_HRC
#include "rcid.hrc"
diff --git a/sw/inc/unocore.hrc b/sw/inc/unocore.hrc
index 13bdaaf7621f..7f8dbdeabb79 100644
--- a/sw/inc/unocore.hrc
+++ b/sw/inc/unocore.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UNOCORE_HRC
-#define _UNOCORE_HRC
+#ifndef INCLUDED_SW_INC_UNOCORE_HRC
+#define INCLUDED_SW_INC_UNOCORE_HRC
#include "rcid.hrc"
diff --git a/sw/source/core/inc/pagefrm.hrc b/sw/source/core/inc/pagefrm.hrc
index 59195eef51f4..7a02bb2795ed 100644
--- a/sw/source/core/inc/pagefrm.hrc
+++ b/sw/source/core/inc/pagefrm.hrc
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef _PAGEFRM_HRC
-#define _PAGEFRM_HRC
+#ifndef INCLUDED_SW_SOURCE_CORE_INC_PAGEFRM_HRC
+#define INCLUDED_SW_SOURCE_CORE_INC_PAGEFRM_HRC
#include "rcid.hrc"
diff --git a/sw/source/ui/config/config.hrc b/sw/source/ui/config/config.hrc
index ee1da914ec9c..2de8d4218158 100644
--- a/sw/source/ui/config/config.hrc
+++ b/sw/source/ui/config/config.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 _CONFIG_HRC
-#define _CONFIG_HRC
+#ifndef INCLUDED_SW_SOURCE_UI_CONFIG_HRC
+#define INCLUDED_SW_SOURCE_UI_CONFIG_HRC
#include "rcid.hrc"
diff --git a/sw/source/ui/envelp/envprt.hrc b/sw/source/ui/envelp/envprt.hrc
index 389afc2fa11e..a616dece7e8a 100644
--- a/sw/source/ui/envelp/envprt.hrc
+++ b/sw/source/ui/envelp/envprt.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _ENVPRT_HRC
-#define _ENVPRT_HRC
+#ifndef INCLUDED_SW_SOURCE_UI_ENVELP_ENVPRT_HRC
+#define INCLUDED_SW_SOURCE_UI_ENVELP_ENVPRT_HRC
#include "envelp.hrc"
diff --git a/sw/source/ui/envelp/labfmt.hrc b/sw/source/ui/envelp/labfmt.hrc
index fbdec22c1157..128c179e4d32 100644
--- a/sw/source/ui/envelp/labfmt.hrc
+++ b/sw/source/ui/envelp/labfmt.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _LABFMT_HRC
-#define _LABFMT_HRC
+#ifndef INCLUDED_SW_SOURCE_UI_ENVELP_LABFMT_HRC
+#define INCLUDED_SW_SOURCE_UI_ENVELP_LABFMT_HRC
#include "envelp.hrc"
diff --git a/sw/source/uibase/dialog/regionsw.hrc b/sw/source/uibase/dialog/regionsw.hrc
index 44f327cb7722..bef48c92a349 100644
--- a/sw/source/uibase/dialog/regionsw.hrc
+++ b/sw/source/uibase/dialog/regionsw.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 _REGIONSW_HRC
-#define _REGIONSW_HRC
+#ifndef INCLUDED_SW_SOURCE_UIBASE_DIALOG_REGIONSW_HRC
+#define INCLUDED_SW_SOURCE_UIBASE_DIALOG_REGIONSW_HRC
#include "dialog.hrc"
diff --git a/sw/source/uibase/docvw/annotation.hrc b/sw/source/uibase/docvw/annotation.hrc
index e94aa557b29b..03759431ea9a 100644
--- a/sw/source/uibase/docvw/annotation.hrc
+++ b/sw/source/uibase/docvw/annotation.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _ANNOTATION_HRC
-#define _ANNOTATION_HRC
+#ifndef INCLUDED_SW_SOURCE_UIBASE_DOCVW_ANNOTATION_HRC
+#define INCLUDED_SW_SOURCE_UIBASE_DOCVW_ANNOTATION_HRC
#include "rcid.hrc"
diff --git a/sw/source/uibase/docvw/docvw.hrc b/sw/source/uibase/docvw/docvw.hrc
index 35cd1cd8b6bb..1161bca375a7 100644
--- a/sw/source/uibase/docvw/docvw.hrc
+++ b/sw/source/uibase/docvw/docvw.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DOCVW_HRC
-#define _DOCVW_HRC
+#ifndef INCLUDED_SW_SOURCE_UIBASE_DOCVW_DOCVW_HRC
+#define INCLUDED_SW_SOURCE_UIBASE_DOCVW_DOCVW_HRC
#include "rcid.hrc"
diff --git a/sw/source/uibase/envelp/label.hrc b/sw/source/uibase/envelp/label.hrc
index a2fe56c89653..d91422e73a6e 100644
--- a/sw/source/uibase/envelp/label.hrc
+++ b/sw/source/uibase/envelp/label.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _LABEL_HRC
-#define _LABEL_HRC
+#ifndef INCLUDED_SW_SOURCE_UIBASE_ENVELP_LABEL_HRC
+#define INCLUDED_SW_SOURCE_UIBASE_ENVELP_LABEL_HRC
#include "envelp.hrc"
diff --git a/sw/source/uibase/inc/app.hrc b/sw/source/uibase/inc/app.hrc
index b5264d69f7e9..1dca48890527 100644
--- a/sw/source/uibase/inc/app.hrc
+++ b/sw/source/uibase/inc/app.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _APP_HRC
-#define _APP_HRC
+#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_APP_HRC
+#define INCLUDED_SW_SOURCE_UIBASE_INC_APP_HRC
#include "rcid.hrc"
diff --git a/sw/source/uibase/inc/frmui.hrc b/sw/source/uibase/inc/frmui.hrc
index e138db1c02f3..d96284e8bd11 100644
--- a/sw/source/uibase/inc/frmui.hrc
+++ b/sw/source/uibase/inc/frmui.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _FRMUI_HRC
-#define _FRMUI_HRC
+#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_FRMUI_HRC
+#define INCLUDED_SW_SOURCE_UIBASE_INC_FRMUI_HRC
#include "rcid.hrc"
#include "globals.hrc"
diff --git a/sw/source/uibase/inc/globdoc.hrc b/sw/source/uibase/inc/globdoc.hrc
index e633bade88a1..11614eaabb94 100644
--- a/sw/source/uibase/inc/globdoc.hrc
+++ b/sw/source/uibase/inc/globdoc.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _GLOBDOC_HRC
-#define _GLOBDOC_HRC
+#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_GLOBDOC_HRC
+#define INCLUDED_SW_SOURCE_UIBASE_INC_GLOBDOC_HRC
#include "rcid.hrc"
diff --git a/sw/source/uibase/inc/misc.hrc b/sw/source/uibase/inc/misc.hrc
index 03f944f12cbf..4ffbb274bdaf 100644
--- a/sw/source/uibase/inc/misc.hrc
+++ b/sw/source/uibase/inc/misc.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _MISC_HRC
-#define _MISC_HRC
+#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_MISC_HRC
+#define INCLUDED_SW_SOURCE_UIBASE_INC_MISC_HRC
#include "rcid.hrc"
@@ -53,6 +53,6 @@
#error Resource-Id Ueberlauf in #file, #line
#endif
-#endif // _MISC_HRC
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/uibase/inc/popup.hrc b/sw/source/uibase/inc/popup.hrc
index 4f0e83fccfec..a34fb0c87618 100644
--- a/sw/source/uibase/inc/popup.hrc
+++ b/sw/source/uibase/inc/popup.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _POPUP_HRC
-#define _POPUP_HRC
+#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_POPUP_HRC
+#define INCLUDED_SW_SOURCE_UIBASE_INC_POPUP_HRC
#include "rcid.hrc"
@@ -31,6 +31,6 @@
#error Resource-Id Ueberlauf in #file, #line
#endif
-#endif // _POPUP_HRC
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/uibase/inc/ribbar.hrc b/sw/source/uibase/inc/ribbar.hrc
index e5d883f39364..7bddd55b09e7 100644
--- a/sw/source/uibase/inc/ribbar.hrc
+++ b/sw/source/uibase/inc/ribbar.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 _RIBBAR_HRC
-#define _RIBBAR_HRC
+#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_RIBBAR_HRC
+#define INCLUDED_SW_SOURCE_UIBASE_INC_RIBBAR_HRC
#include "rcid.hrc"
diff --git a/sw/source/uibase/inc/shells.hrc b/sw/source/uibase/inc/shells.hrc
index 538376965250..2680f142c8d1 100644
--- a/sw/source/uibase/inc/shells.hrc
+++ b/sw/source/uibase/inc/shells.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SHELLS_HRC
-#define _SHELLS_HRC
+#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_SHELLS_HRC
+#define INCLUDED_SW_SOURCE_UIBASE_INC_SHELLS_HRC
#include "rcid.hrc"
diff --git a/sw/source/uibase/inc/utlui.hrc b/sw/source/uibase/inc/utlui.hrc
index 87dabfd00b06..7285dfaf6b77 100644
--- a/sw/source/uibase/inc/utlui.hrc
+++ b/sw/source/uibase/inc/utlui.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UTLUI_HRC
-#define _UTLUI_HRC
+#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_UTLUI_HRC
+#define INCLUDED_SW_SOURCE_UIBASE_INC_UTLUI_HRC
#include "rcid.hrc"
diff --git a/sw/source/uibase/inc/web.hrc b/sw/source/uibase/inc/web.hrc
index 1c06a00b7807..f7881fb1ab81 100644
--- a/sw/source/uibase/inc/web.hrc
+++ b/sw/source/uibase/inc/web.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _WEB_HRC
-#define _WEB_HRC
+#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_WEB_HRC
+#define INCLUDED_SW_SOURCE_UIBASE_INC_WEB_HRC
#include "rcid.hrc"
diff --git a/sw/source/uibase/lingu/olmenu.hrc b/sw/source/uibase/lingu/olmenu.hrc
index e2851a9d3357..5f08a7d769e0 100644
--- a/sw/source/uibase/lingu/olmenu.hrc
+++ b/sw/source/uibase/lingu/olmenu.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _OLMENU_HRC
-#define _OLMENU_HRC
+#ifndef INCLUDED_SW_SOURCE_UIBASE_LINGU_OLMENU_HRC
+#define INCLUDED_SW_SOURCE_UIBASE_LINGU_OLMENU_HRC
#include "rcid.hrc"
diff --git a/sw/source/uibase/ribbar/inputwin.hrc b/sw/source/uibase/ribbar/inputwin.hrc
index c7d371c8f8e4..a361678692f2 100644
--- a/sw/source/uibase/ribbar/inputwin.hrc
+++ b/sw/source/uibase/ribbar/inputwin.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 _INPUTWIN_HRC
-#define _INPUTWIN_HRC
+#ifndef INCLUDED_SW_SOURCE_UIBASE_RIBBAR_INPUTWIN_HRC
+#define INCLUDED_SW_SOURCE_UIBASE_RIBBAR_INPUTWIN_HRC
//PopupMenu Id's
#define MN_CALC_PHD 1
diff --git a/sw/source/uibase/ribbar/workctrl.hrc b/sw/source/uibase/ribbar/workctrl.hrc
index 056cb093be6b..cdeed3380a0f 100644
--- a/sw/source/uibase/ribbar/workctrl.hrc
+++ b/sw/source/uibase/ribbar/workctrl.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 _WORKCTRL_HRC
-#define _WORKCTRL_HRC
+#ifndef INCLUDED_SW_SOURCE_UIBASE_RIBBAR_WORKCTRL_HRC
+#define INCLUDED_SW_SOURCE_UIBASE_RIBBAR_WORKCTRL_HRC
#include "ribbar.hrc"
// duplicate entry! hrc and hxx
diff --git a/sw/source/uibase/sidebar/PropertyPanel.hrc b/sw/source/uibase/sidebar/PropertyPanel.hrc
index 8e9bd36469b8..80c158ca06eb 100644
--- a/sw/source/uibase/sidebar/PropertyPanel.hrc
+++ b/sw/source/uibase/sidebar/PropertyPanel.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 _SW_PROPERTY_PANEL_HRC
-#define _SW_PROPERTY_PANEL_HRC
+#ifndef INCLUDED_SW_SOURCE_UIBASE_SIDEBAR_PROPERTYPANEL_HRC
+#define INCLUDED_SW_SOURCE_UIBASE_SIDEBAR_PROPERTYPANEL_HRC
#include "rcid.hrc"
diff --git a/sw/source/uibase/uiview/view.hrc b/sw/source/uibase/uiview/view.hrc
index b6c58e74e5f0..41ced87e18dd 100644
--- a/sw/source/uibase/uiview/view.hrc
+++ b/sw/source/uibase/uiview/view.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 _VIEW_HRC
-#define _VIEW_HRC
+#ifndef INCLUDED_SW_SOURCE_UIBASE_UIVIEW_VIEW_HRC
+#define INCLUDED_SW_SOURCE_UIBASE_UIVIEW_VIEW_HRC
#include "rcid.hrc"
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
diff --git a/sw/source/uibase/wrtsh/wrtsh.hrc b/sw/source/uibase/wrtsh/wrtsh.hrc
index 824a47f1c053..4b5a1cdbe452 100644
--- a/sw/source/uibase/wrtsh/wrtsh.hrc
+++ b/sw/source/uibase/wrtsh/wrtsh.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 _WRTSH_HRC
-#define _WRTSH_HRC
+#ifndef INCLUDED_SW_SOURCE_UIBASE_WRTSH_WRTSH_HRC
+#define INCLUDED_SW_SOURCE_UIBASE_WRTSH_WRTSH_HRC
#include "rcid.hrc"