summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-12 19:46:05 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-12 20:03:41 +0200
commit57732042dadcad1586010788ac39eec05a7974bd (patch)
treec1a03cacd18d613d299960aa9195dcc4912ce0e7 /svx/inc
parent0b7043270c532ecea577e8961dc982d0724eae7f (diff)
Avoid reserved identifiers
Change-Id: I85135c3fa5e6fe823491739c3c1ab601505f0626
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/AccessibleSvxFindReplaceDialog.hxx6
-rw-r--r--svx/inc/accessibility.hrc4
-rw-r--r--svx/inc/fmhelp.hrc4
-rw-r--r--svx/inc/gallery.hrc6
-rw-r--r--svx/inc/galtheme.hrc4
-rw-r--r--svx/inc/helpid.hrc4
6 files changed, 14 insertions, 14 deletions
diff --git a/svx/inc/AccessibleSvxFindReplaceDialog.hxx b/svx/inc/AccessibleSvxFindReplaceDialog.hxx
index 0cfc90e0c3ca..7fc36e5b246d 100644
--- a/svx/inc/AccessibleSvxFindReplaceDialog.hxx
+++ b/svx/inc/AccessibleSvxFindReplaceDialog.hxx
@@ -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 _ACCESSIBLESVXFINDREPLACEDIALOG_HXX_
-#define _ACCESSIBLESVXFINDREPLACEDIALOG_HXX_
+#ifndef INCLUDED_SVX_INC_ACCESSIBLESVXFINDREPLACEDIALOG_HXX
+#define INCLUDED_SVX_INC_ACCESSIBLESVXFINDREPLACEDIALOG_HXX
#include <toolkit/awt/vclxwindow.hxx>
#include <toolkit/awt/vclxaccessiblecomponent.hxx>
@@ -52,6 +52,6 @@ private:
return new VCLXAccessibleSvxFindReplaceDialog(this);
}
};
-#endif // _ACCESSIBLESVXFINDREPLACEDIALOG_HXX_
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/accessibility.hrc b/svx/inc/accessibility.hrc
index cc77cea17f8e..36a00c6c97d8 100644
--- a/svx/inc/accessibility.hrc
+++ b/svx/inc/accessibility.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVX_ACCESSIBILITY_HRC
-#define _SVX_ACCESSIBILITY_HRC
+#ifndef INCLUDED_SVX_INC_ACCESSIBILITY_HRC
+#define INCLUDED_SVX_INC_ACCESSIBILITY_HRC
#include <svx/dialogs.hrc>
diff --git a/svx/inc/fmhelp.hrc b/svx/inc/fmhelp.hrc
index bb9db34f2317..309af0699873 100644
--- a/svx/inc/fmhelp.hrc
+++ b/svx/inc/fmhelp.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_FMHELP_HRC
-#define _SVX_FMHELP_HRC
+#ifndef INCLUDED_SVX_INC_FMHELP_HRC
+#define INCLUDED_SVX_INC_FMHELP_HRC
#define HID_FORM_NAVIGATOR "SVX_HID_FORM_NAVIGATOR"
#define HID_FORM_NAVIGATOR_WIN "SVX_HID_FORM_NAVIGATOR_WIN"
diff --git a/svx/inc/gallery.hrc b/svx/inc/gallery.hrc
index a9f2484e18b6..659166d13612 100644
--- a/svx/inc/gallery.hrc
+++ b/svx/inc/gallery.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVX_GALLERY_HRC
-#define _SVX_GALLERY_HRC
+#ifndef INCLUDED_SVX_INC_GALLERY_HRC
+#define INCLUDED_SVX_INC_GALLERY_HRC
#include <svx/dialogs.hrc>
#include "galtheme.hrc"
@@ -85,6 +85,6 @@
#define MN_PROPERTIES 23
#define MN_ASSIGN_ID 24
-#endif // _SVX_GALLERY_HRC
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/svx/inc/galtheme.hrc b/svx/inc/galtheme.hrc
index ebcaed42b2e9..8fce39aff997 100644
--- a/svx/inc/galtheme.hrc
+++ b/svx/inc/galtheme.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 _GALTHEME_HRC_
-#define _GALTHEME_HRC_
+#ifndef INCLUDED_SVX_INC_GALTHEME_HRC
+#define INCLUDED_SVX_INC_GALTHEME_HRC
#define RID_GALLERYSTR_THEME_START (6000)
diff --git a/svx/inc/helpid.hrc b/svx/inc/helpid.hrc
index 66b01938e985..6e17d45c506c 100644
--- a/svx/inc/helpid.hrc
+++ b/svx/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 _SVX_HELPID_HRC
-#define _SVX_HELPID_HRC
+#ifndef INCLUDED_SVX_INC_HELPID_HRC
+#define INCLUDED_SVX_INC_HELPID_HRC
#include <svx/exthelpid.hrc>
#include <svx/svxcommands.h>