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

Avoid reserved identifier

Change-Id: Ie86787cdcf96453c94e6859e66b158d9188f3491
üst ea993926
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _FORMULA_CORE_RESOURCE_HRC_ #ifndef INCLUDED_FORMULA_SOURCE_CORE_INC_CORE_RESOURCE_HRC
#define _FORMULA_CORE_RESOURCE_HRC_ #define INCLUDED_FORMULA_SOURCE_CORE_INC_CORE_RESOURCE_HRC
#include <svl/solar.hrc> #include <svl/solar.hrc>
...@@ -31,6 +31,6 @@ ...@@ -31,6 +31,6 @@
#define RID_STRLIST_FUNCTION_NAMES_ENGLISH (RID_CORE_OTHER_START + 2) #define RID_STRLIST_FUNCTION_NAMES_ENGLISH (RID_CORE_OTHER_START + 2)
#define RID_STRLIST_FUNCTION_NAMES (RID_CORE_OTHER_START + 3) #define RID_STRLIST_FUNCTION_NAMES (RID_CORE_OTHER_START + 3)
#endif // _FORMULA_CORE_RESOURCE_HRC_ #endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* 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