summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-12 19:45:01 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-12 20:03:41 +0200
commit0b7043270c532ecea577e8961dc982d0724eae7f (patch)
tree19ba75c4cace975d3f1b83fd1ee7e00bf703cfd2 /include
parentAvoid reserved identifiers (diff)
downloadcore-0b7043270c532ecea577e8961dc982d0724eae7f.tar.gz
core-0b7043270c532ecea577e8961dc982d0724eae7f.zip
Avoid reserved identifiers
Change-Id: I481621d58b94163e32f9b5f19187d8ad587f2b1d
Diffstat (limited to 'include')
-rw-r--r--include/svtools/controldims.hrc6
-rw-r--r--include/svtools/helpid.hrc4
-rw-r--r--include/svtools/imagemgr.hrc4
-rw-r--r--include/svtools/svtools.hrc6
4 files changed, 10 insertions, 10 deletions
diff --git a/include/svtools/controldims.hrc b/include/svtools/controldims.hrc
index 81972f560e87..5473390996b3 100644
--- a/include/svtools/controldims.hrc
+++ b/include/svtools/controldims.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVT_CONTROLDIMS_HRC_
-#define _SVT_CONTROLDIMS_HRC_
+#ifndef INCLUDED_SVTOOLS_CONTROLDIMS_HRC
+#define INCLUDED_SVTOOLS_CONTROLDIMS_HRC
// From: Dialogue Specification and Guidelines - Visual Design V1.3
// by Christian Jansen
@@ -52,6 +52,6 @@
#define RSC_SP_DLG_INNERBORDER_RIGHT 6
#define RSC_SP_DLG_INNERBORDER_BOTTOM 6
-#endif // _SVT_CONTROLDIMS_HRC_
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/svtools/helpid.hrc b/include/svtools/helpid.hrc
index d65ae6dffdd3..ecc3fbf45d3c 100644
--- a/include/svtools/helpid.hrc
+++ b/include/svtools/helpid.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVT_HELPID_HRC
-#define _SVT_HELPID_HRC
+#ifndef INCLUDED_SVTOOLS_HELPID_HRC
+#define INCLUDED_SVTOOLS_HELPID_HRC
#define HID_FILEDLG_LINK_CB "SVT_HID_FILEDLG_LINK_CB"
#define HID_FILEDLG_PREVIEW_CB "SVT_HID_FILEDLG_PREVIEW_CB"
diff --git a/include/svtools/imagemgr.hrc b/include/svtools/imagemgr.hrc
index 766e6ee877e9..fc09804a1715 100644
--- a/include/svtools/imagemgr.hrc
+++ b/include/svtools/imagemgr.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVTOOLS_IMAGEMGR_HRC
-#define _SVTOOLS_IMAGEMGR_HRC
+#ifndef INCLUDED_SVTOOLS_IMAGEMGR_HRC
+#define INCLUDED_SVTOOLS_IMAGEMGR_HRC
#define IMAGELIST_START 3076 // must match to old Id's in SFX!
diff --git a/include/svtools/svtools.hrc b/include/svtools/svtools.hrc
index f04fb3e31ac2..b5a38ebab204 100644
--- a/include/svtools/svtools.hrc
+++ b/include/svtools/svtools.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 _SVTOOLS_HRC
-#define _SVTOOLS_HRC
+#ifndef INCLUDED_SVTOOLS_SVTOOLS_HRC
+#define INCLUDED_SVTOOLS_SVTOOLS_HRC
#include <svl/solar.hrc>
@@ -266,6 +266,6 @@
#define STR_PARAGRAPH_START (STR_SVT_PRNDLG_START + 50)
#define STR_PARAGRAPH (STR_PARAGRAPH_START + 0)
-#endif // #ifndef _SVTOOLS_HRC
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */