summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-12 19:50:55 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-12 20:03:44 +0200
commitea9939269eb08056604a64354537734c567c05cb (patch)
tree3ab56687f9fe1b1017b468462e21f83393987d17
parent13f97509af55fd05abd6688e0de21d085c6258bd (diff)
Avoid reserved identifiers
Change-Id: Ifc47504370a2ebc8119a60091fdf1ced4b532aa3
-rw-r--r--forms/source/inc/frm_resource.hrc6
-rw-r--r--forms/source/inc/property.hrc6
2 files changed, 6 insertions, 6 deletions
diff --git a/forms/source/inc/frm_resource.hrc b/forms/source/inc/frm_resource.hrc
index 86a976b916e8..dd2fb11c15d7 100644
--- a/forms/source/inc/frm_resource.hrc
+++ b/forms/source/inc/frm_resource.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _FRM_RESOURCE_HRC_
-#define _FRM_RESOURCE_HRC_
+#ifndef INCLUDED_FORMS_SOURCE_INC_FRM_RESOURCE_HRC
+#define INCLUDED_FORMS_SOURCE_INC_FRM_RESOURCE_HRC
#include <svl/solar.hrc>
@@ -90,6 +90,6 @@
#define RID_STR_FEATURE_NOT_EXECUTABLE ( RID_FRM_STRINGS_START + 58 )
#define RID_STR_FEATURE_UNKNOWN ( RID_FRM_STRINGS_START + 59 )
-#endif // _FRM_RESOURCE_HRC_
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/forms/source/inc/property.hrc b/forms/source/inc/property.hrc
index 2844eb07561c..2086db0c94ed 100644
--- a/forms/source/inc/property.hrc
+++ b/forms/source/inc/property.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 _FRM_PROPERTY_HRC_
-#define _FRM_PROPERTY_HRC_
+#ifndef INCLUDED_FORMS_SOURCE_INC_PROPERTY_HRC
+#define INCLUDED_FORMS_SOURCE_INC_PROPERTY_HRC
#include <rtl/ustring.hxx>
#include "frm_strings.hxx"
@@ -297,6 +297,6 @@ namespace frm
}
-#endif // _FRM_PROPERTY_HRC_
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */