summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-12 19:52:43 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-12 20:03:46 +0200
commit1e418f852770b69965b6cababa5a1d1844544a19 (patch)
tree2c7ee46260fd2777d4039ab112cc7ceb0de3f815 /extensions
parent173525bb44bffb8958ede6b10bd5ac429c97ca3e (diff)
Avoid reserved identifiers
Change-Id: I10be69e36c79c15d2e02457558e37ec3efbf80c1
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/bibliography/bibprop.hrc6
-rw-r--r--extensions/source/dbpilots/dbpresid.hrc6
-rw-r--r--extensions/source/propctrlr/formlocalid.hrc6
-rw-r--r--extensions/source/propctrlr/formresid.hrc6
4 files changed, 12 insertions, 12 deletions
diff --git a/extensions/source/bibliography/bibprop.hrc b/extensions/source/bibliography/bibprop.hrc
index 11b03f2bbf37..46d6d40c9291 100644
--- a/extensions/source/bibliography/bibprop.hrc
+++ b/extensions/source/bibliography/bibprop.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 _BIB_FMPROP_HRC
-#define _BIB_FMPROP_HRC
+#ifndef INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBPROP_HRC
+#define INCLUDED_EXTENSIONS_SOURCE_BIBLIOGRAPHY_BIBPROP_HRC
extern rtl::OUString FM_PROP_LABEL;
extern rtl::OUString FM_PROP_NAME;
@@ -30,6 +30,6 @@ extern rtl::OUString FM_PROP_CURSORSOURCE;
extern rtl::OUString FM_PROP_CURSORSOURCETYPE;
extern rtl::OUString FM_PROP_TEXT;
-#endif // _SVX_FMPROP_HRC
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/source/dbpilots/dbpresid.hrc b/extensions/source/dbpilots/dbpresid.hrc
index 1b3d460e8ce8..02581b80996d 100644
--- a/extensions/source/dbpilots/dbpresid.hrc
+++ b/extensions/source/dbpilots/dbpresid.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _EXTENSIONS_DBP_DBPRESID_HRC_
-#define _EXTENSIONS_DBP_DBPRESID_HRC_
+#ifndef INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_DBPRESID_HRC
+#define INCLUDED_EXTENSIONS_SOURCE_DBPILOTS_DBPRESID_HRC
#include "dbpilots.hrc"
#include "extensio.hrc"
@@ -88,6 +88,6 @@
#define WINDOW_SIZE_Y 185
#define WINDOW_HALF_SIZE_X ( WINDOW_SIZE_X / 2 )
-#endif // _EXTENSIONS_DBP_DBPRESID_HRC_
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/source/propctrlr/formlocalid.hrc b/extensions/source/propctrlr/formlocalid.hrc
index 603faa770617..59ca40700041 100644
--- a/extensions/source/propctrlr/formlocalid.hrc
+++ b/extensions/source/propctrlr/formlocalid.hrc
@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _EXTENSIONS_PROPCTRLR_FORMLOCALID_HRC_
-#define _EXTENSIONS_PROPCTRLR_FORMLOCALID_HRC_
+#ifndef INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_FORMLOCALID_HRC
+#define INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_FORMLOCALID_HRC
#define IMG_PLUS 1
#define IMG_MINUS 2
-#endif // _EXTENSIONS_PROPCTRLR_FORMLOCALID_HRC_
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/source/propctrlr/formresid.hrc b/extensions/source/propctrlr/formresid.hrc
index 48625ebd7772..3bf7a80c959f 100644
--- a/extensions/source/propctrlr/formresid.hrc
+++ b/extensions/source/propctrlr/formresid.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _EXTENSIONS_FORMCTRLR_PROPRESID_HRC_
-#define _EXTENSIONS_FORMCTRLR_PROPRESID_HRC_
+#ifndef INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_FORMRESID_HRC
+#define INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_FORMRESID_HRC
#include "propresid.hrc"
@@ -349,6 +349,6 @@
#define RID_SVXIMG_SPINBUTTON 10769
#define RID_SVXIMG_NAVIGATIONBAR 10607
-#endif // _EXTENSIONS_FORMCTRLR_PROPRESID_HRC_
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */