diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 19:45:01 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 20:03:41 +0200 |
commit | 0b7043270c532ecea577e8961dc982d0724eae7f (patch) | |
tree | 19ba75c4cace975d3f1b83fd1ee7e00bf703cfd2 /svtools | |
parent | 634c164990014bb6a7ee19117c9e272fcb4245fd (diff) |
Avoid reserved identifiers
Change-Id: I481621d58b94163e32f9b5f19187d8ad587f2b1d
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/brwbox/editbrowsebox.hrc | 6 | ||||
-rw-r--r-- | svtools/source/contnr/templwin.hrc | 6 | ||||
-rw-r--r-- | svtools/source/dialogs/addresstemplate.hrc | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/svtools/source/brwbox/editbrowsebox.hrc b/svtools/source/brwbox/editbrowsebox.hrc index 0d98812b4c5d..f66949a213a0 100644 --- a/svtools/source/brwbox/editbrowsebox.hrc +++ b/svtools/source/brwbox/editbrowsebox.hrc @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SVTOOLS_EDITBROWSEBOX_HRC_ -#define _SVTOOLS_EDITBROWSEBOX_HRC_ +#ifndef INCLUDED_SVTOOLS_SOURCE_BRWBOX_EDITBROWSEBOX_HRC +#define INCLUDED_SVTOOLS_SOURCE_BRWBOX_EDITBROWSEBOX_HRC #define IMG_EBB_CURRENT 1 #define IMG_EBB_MODIFIED 2 @@ -30,6 +30,6 @@ #define IMG_EBB_FILTER 8 #define IMG_EBB_HEADERFOOTER 9 -#endif // _SVTOOLS_EDITBROWSEBOX_HRC_ +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svtools/source/contnr/templwin.hrc b/svtools/source/contnr/templwin.hrc index 8c4168cde08d..665a05779ca2 100644 --- a/svtools/source/contnr/templwin.hrc +++ b/svtools/source/contnr/templwin.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 _SVTOOLS_TEMPLWIN_HRC -#define _SVTOOLS_TEMPLWIN_HRC +#ifndef INCLUDED_SVTOOLS_SOURCE_CONTNR_TEMPLWIN_HRC +#define INCLUDED_SVTOOLS_SOURCE_CONTNR_TEMPLWIN_HRC #define DI_TITLE 1 #define DI_FROM 2 @@ -32,6 +32,6 @@ #define DI_THEME 11 #define DI_SIZE 12 -#endif // _SVTOOLS_TEMPLWIN_HRC +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svtools/source/dialogs/addresstemplate.hrc b/svtools/source/dialogs/addresstemplate.hrc index 17a51b25d7d2..4fa3059c998d 100644 --- a/svtools/source/dialogs/addresstemplate.hrc +++ b/svtools/source/dialogs/addresstemplate.hrc @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SVT_ADDRESSTEMPLATE_HRC_ -#define _SVT_ADDRESSTEMPLATE_HRC_ +#ifndef INCLUDED_SVTOOLS_SOURCE_DIALOGS_ADDRESSTEMPLATE_HRC +#define INCLUDED_SVTOOLS_SOURCE_DIALOGS_ADDRESSTEMPLATE_HRC #define FIELD_PAIRS_VISIBLE 5 #define FIELD_CONTROLS_VISIBLE 2 * FIELD_PAIRS_VISIBLE -#endif // _SVT_ADDRESSTEMPLATE_HRC_ +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |