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

Avoid reserved identifiers

Change-Id: I4d4e928f7542aee69362fdaab8015ab379327b95
üst 942b7600
...@@ -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 __INCLUDED_SC_INC_MATH_HXX__ #ifndef INCLUDED_SC_INC_MATH_HXX
#define __INCLUDED_SC_INC_MATH_HXX__ #define INCLUDED_SC_INC_MATH_HXX
#include <formula/errorcodes.hxx> #include <formula/errorcodes.hxx>
......
...@@ -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 __SC_CHECKLISTMENU_HRC__ #ifndef INCLUDED_SC_SOURCE_UI_INC_CHECKLISTMENU_HRC
#define __SC_CHECKLISTMENU_HRC__ #define INCLUDED_SC_SOURCE_UI_INC_CHECKLISTMENU_HRC
#include <sc.hrc> #include <sc.hrc>
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
#ifndef _SC_CONDFORMATUNO_HXX_ #ifndef INCLUDED_SC_SOURCE_UI_INC_CONDFORMATUNO_HXX
#define _SC_CONDFORMATUNO_HXX_ #define INCLUDED_SC_SOURCE_UI_INC_CONDFORMATUNO_HXX
#include "address.hxx" #include "address.hxx"
......
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