diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 19:44:17 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 20:03:40 +0200 |
commit | 1b0c14658c169657fcca03c731cbb693524fac9b (patch) | |
tree | 757cc84ce5eb3b9d60bf6dbfcf54bc946a3cc765 /sfx2/source/appl | |
parent | 470cfa9860232ab70e017e6084d80f80d469555c (diff) |
Avoid reserved identifiers
Change-Id: Ia2be9eeda4c1035f8e1d3b68446807aeffe59453
Diffstat (limited to 'sfx2/source/appl')
-rw-r--r-- | sfx2/source/appl/app.hrc | 4 | ||||
-rw-r--r-- | sfx2/source/appl/newhelp.hrc | 6 | ||||
-rw-r--r-- | sfx2/source/appl/shutdownicon.hxx | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sfx2/source/appl/app.hrc b/sfx2/source/appl/app.hrc index fc06eda0d9c3..c49ec8295d0f 100644 --- a/sfx2/source/appl/app.hrc +++ b/sfx2/source/appl/app.hrc @@ -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 _SFX_APP_HRC -#define _SFX_APP_HRC +#ifndef INCLUDED_SFX2_SOURCE_APPL_APP_HRC +#define INCLUDED_SFX2_SOURCE_APPL_APP_HRC #include <sfx2/sfx.hrc> diff --git a/sfx2/source/appl/newhelp.hrc b/sfx2/source/appl/newhelp.hrc index 6cafd4984cd6..0965e5380357 100644 --- a/sfx2/source/appl/newhelp.hrc +++ b/sfx2/source/appl/newhelp.hrc @@ -16,15 +16,15 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SFX_NEWHELP_HRC -#define _SFX_NEWHELP_HRC +#ifndef INCLUDED_SFX2_SOURCE_APPL_NEWHELP_HRC +#define INCLUDED_SFX2_SOURCE_APPL_NEWHELP_HRC // context menu ids #define MID_OPEN 1 #define MID_RENAME 2 #define MID_DELETE 3 -#endif // #ifndef _SFX_NEWHELP_HRC +#endif // ******************************************************************* EOF diff --git a/sfx2/source/appl/shutdownicon.hxx b/sfx2/source/appl/shutdownicon.hxx index 7ea006f10431..ef95eead5e1a 100644 --- a/sfx2/source/appl/shutdownicon.hxx +++ b/sfx2/source/appl/shutdownicon.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __SHUTDOWNICON_HXX__ -#define __SHUTDOWNICON_HXX__ +#ifndef INCLUDED_SFX2_SOURCE_APPL_SHUTDOWNICON_HXX +#define INCLUDED_SFX2_SOURCE_APPL_SHUTDOWNICON_HXX #include <com/sun/star/frame/XTerminateListener.hpp> #include <com/sun/star/frame/XDesktop2.hpp> |