diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 19:49:15 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 20:03:43 +0200 |
commit | 1bfc7d0a89c317de1bf6819ffa14a1074bb49be0 (patch) | |
tree | 9ba857281eee8e7db3613bb29027d3917fde3703 | |
parent | 942b760088cde7e4b87bba132443f01ebd939a33 (diff) |
Avoid reserved identifiers
Change-Id: I4d4e928f7542aee69362fdaab8015ab379327b95
-rw-r--r-- | sc/inc/math.hxx | 4 | ||||
-rw-r--r-- | sc/source/ui/inc/checklistmenu.hrc | 4 | ||||
-rw-r--r-- | sc/source/ui/inc/condformatuno.hxx | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sc/inc/math.hxx b/sc/inc/math.hxx index 2740d76665c1..13355a9229cf 100644 --- a/sc/inc/math.hxx +++ b/sc/inc/math.hxx @@ -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> diff --git a/sc/source/ui/inc/checklistmenu.hrc b/sc/source/ui/inc/checklistmenu.hrc index 85dd506f179c..7d009576f1dd 100644 --- a/sc/source/ui/inc/checklistmenu.hrc +++ b/sc/source/ui/inc/checklistmenu.hrc @@ -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> diff --git a/sc/source/ui/inc/condformatuno.hxx b/sc/source/ui/inc/condformatuno.hxx index bb11c1a75f70..c4cf9b703011 100644 --- a/sc/source/ui/inc/condformatuno.hxx +++ b/sc/source/ui/inc/condformatuno.hxx @@ -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" |