Avoid reserved identifiers
Change-Id: I4d4e928f7542aee69362fdaab8015ab379327b95
This commit is contained in:
parent
942b760088
commit
1bfc7d0a89
3 changed files with 6 additions and 6 deletions
|
@ -17,8 +17,8 @@
|
|||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef __INCLUDED_SC_INC_MATH_HXX__
|
||||
#define __INCLUDED_SC_INC_MATH_HXX__
|
||||
#ifndef INCLUDED_SC_INC_MATH_HXX
|
||||
#define INCLUDED_SC_INC_MATH_HXX
|
||||
|
||||
#include <formula/errorcodes.hxx>
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef __SC_CHECKLISTMENU_HRC__
|
||||
#define __SC_CHECKLISTMENU_HRC__
|
||||
#ifndef INCLUDED_SC_SOURCE_UI_INC_CHECKLISTMENU_HRC
|
||||
#define INCLUDED_SC_SOURCE_UI_INC_CHECKLISTMENU_HRC
|
||||
|
||||
#include <sc.hrc>
|
||||
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#ifndef _SC_CONDFORMATUNO_HXX_
|
||||
#define _SC_CONDFORMATUNO_HXX_
|
||||
#ifndef INCLUDED_SC_SOURCE_UI_INC_CONDFORMATUNO_HXX
|
||||
#define INCLUDED_SC_SOURCE_UI_INC_CONDFORMATUNO_HXX
|
||||
|
||||
#include "address.hxx"
|
||||
|
||||
|
|
Loading…
Reference in a new issue