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/dialog | |
parent | 470cfa9860232ab70e017e6084d80f80d469555c (diff) |
Avoid reserved identifiers
Change-Id: Ia2be9eeda4c1035f8e1d3b68446807aeffe59453
Diffstat (limited to 'sfx2/source/dialog')
-rw-r--r-- | sfx2/source/dialog/dialog.hrc | 6 | ||||
-rw-r--r-- | sfx2/source/dialog/dinfdlg.hrc | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/source/dialog/dialog.hrc b/sfx2/source/dialog/dialog.hrc index 58fb183b62b7..b5d6d977e6fd 100644 --- a/sfx2/source/dialog/dialog.hrc +++ b/sfx2/source/dialog/dialog.hrc @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SFX_DIALOG_HRC -#define _SFX_DIALOG_HRC +#ifndef INCLUDED_SFX2_SOURCE_DIALOG_DIALOG_HRC +#define INCLUDED_SFX2_SOURCE_DIALOG_DIALOG_HRC #include <sfx2/sfx.hrc> @@ -65,6 +65,6 @@ #define STR_STYLE_ELEMTLIST ( RC_DIALOG_BEGIN + 125 ) #define STR_FONT_TABPAGE ( RC_DIALOG_BEGIN + 126 ) -#endif // #ifndef _SFX_DIALOG_HRC +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sfx2/source/dialog/dinfdlg.hrc b/sfx2/source/dialog/dinfdlg.hrc index 20a62311a9a3..615aa4d8d80c 100644 --- a/sfx2/source/dialog/dinfdlg.hrc +++ b/sfx2/source/dialog/dinfdlg.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 _DINFDLG_HRC -#define _DINFDLG_HRC +#ifndef INCLUDED_SFX2_SOURCE_DIALOG_DINFDLG_HRC +#define INCLUDED_SFX2_SOURCE_DIALOG_DINFDLG_HRC #include <svtools/controldims.hrc> |