Kaydet (Commit) ea993926 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Avoid reserved identifiers

Change-Id: Ifc47504370a2ebc8119a60091fdf1ced4b532aa3
üst 13f97509
......@@ -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: */
......@@ -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: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment