diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 19:53:13 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 20:03:46 +0200 |
commit | 9576cf9c3f011abec32b52e6d9342e4567abd9ac (patch) | |
tree | 63bd0d08d5f05409591799449d5a0f6a01f3a9fd /dbaccess/source/ui/inc | |
parent | 99520681fcb780a5e0ef21e0e56ab94821647eeb (diff) |
Avoid reserved identifiers
Change-Id: I15609fb6b11606d865d8817f4a63ba8816f7384e
Diffstat (limited to 'dbaccess/source/ui/inc')
-rw-r--r-- | dbaccess/source/ui/inc/dbu_brw.hrc | 6 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/dbu_control.hrc | 6 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/dbu_dlg.hrc | 6 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/dbu_misc.hrc | 6 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/dbu_qry.hrc | 6 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/dbu_rel.hrc | 6 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/dbu_resource.hrc | 6 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/dbu_tbl.hrc | 6 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/dbu_uno.hrc | 6 |
9 files changed, 27 insertions, 27 deletions
diff --git a/dbaccess/source/ui/inc/dbu_brw.hrc b/dbaccess/source/ui/inc/dbu_brw.hrc index 6e9f7a21e680..324ba23b800a 100644 --- a/dbaccess/source/ui/inc/dbu_brw.hrc +++ b/dbaccess/source/ui/inc/dbu_brw.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 _DBU_BRW_HRC_ -#define _DBU_BRW_HRC_ +#ifndef INCLUDED_DBACCESS_SOURCE_UI_INC_DBU_BRW_HRC +#define INCLUDED_DBACCESS_SOURCE_UI_INC_DBU_BRW_HRC #include "dbu_resource.hrc" @@ -42,6 +42,6 @@ #error Resource-Id Ueberlauf in #file, #line #endif -#endif // _DBU_BRW_HRC_ +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/dbaccess/source/ui/inc/dbu_control.hrc b/dbaccess/source/ui/inc/dbu_control.hrc index 12d5b32487b7..46805058a389 100644 --- a/dbaccess/source/ui/inc/dbu_control.hrc +++ b/dbaccess/source/ui/inc/dbu_control.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 _DBU_CONTROL_HRC_ -#define _DBU_CONTROL_HRC_ +#ifndef INCLUDED_DBACCESS_SOURCE_UI_INC_DBU_CONTROL_HRC +#define INCLUDED_DBACCESS_SOURCE_UI_INC_DBU_CONTROL_HRC #include "dbu_resource.hrc" @@ -42,6 +42,6 @@ #error Resource-Id Ueberlauf in #file, #line #endif -#endif //_DBU_CONTROL_HRC_ +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/dbaccess/source/ui/inc/dbu_dlg.hrc b/dbaccess/source/ui/inc/dbu_dlg.hrc index 1089be533810..3fb205315fa8 100644 --- a/dbaccess/source/ui/inc/dbu_dlg.hrc +++ b/dbaccess/source/ui/inc/dbu_dlg.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 _DBU_DLG_HRC_ -#define _DBU_DLG_HRC_ +#ifndef INCLUDED_DBACCESS_SOURCE_UI_INC_DBU_DLG_HRC +#define INCLUDED_DBACCESS_SOURCE_UI_INC_DBU_DLG_HRC #include "dbu_resource.hrc" @@ -150,6 +150,6 @@ #error Resource-Id Overflow in #file, #line #endif -#endif //_DBU_DLG_HRC_ +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/dbaccess/source/ui/inc/dbu_misc.hrc b/dbaccess/source/ui/inc/dbu_misc.hrc index 48b1ee54b441..da47b360d54c 100644 --- a/dbaccess/source/ui/inc/dbu_misc.hrc +++ b/dbaccess/source/ui/inc/dbu_misc.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 _DBU_MISC_HRC_ -#define _DBU_MISC_HRC_ +#ifndef INCLUDED_DBACCESS_SOURCE_UI_INC_DBU_MISC_HRC +#define INCLUDED_DBACCESS_SOURCE_UI_INC_DBU_MISC_HRC #include "dbu_resource.hrc" @@ -50,6 +50,6 @@ #error Resource-Id Ueberlauf in #file, #line #endif -#endif // _DBU_MISC_HRC_ +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/dbaccess/source/ui/inc/dbu_qry.hrc b/dbaccess/source/ui/inc/dbu_qry.hrc index 19f1ad3cfc8c..a628692160f1 100644 --- a/dbaccess/source/ui/inc/dbu_qry.hrc +++ b/dbaccess/source/ui/inc/dbu_qry.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 _DBU_QRY_HRC_ -#define _DBU_QRY_HRC_ +#ifndef INCLUDED_DBACCESS_SOURCE_UI_INC_DBU_QRY_HRC +#define INCLUDED_DBACCESS_SOURCE_UI_INC_DBU_QRY_HRC #include "dbu_resource.hrc" @@ -78,6 +78,6 @@ #error resource id overflow in #file, #line #endif -#endif // _DBU_QRY_HRC_ +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/dbaccess/source/ui/inc/dbu_rel.hrc b/dbaccess/source/ui/inc/dbu_rel.hrc index 8be4567d8408..85e2bad4cf8b 100644 --- a/dbaccess/source/ui/inc/dbu_rel.hrc +++ b/dbaccess/source/ui/inc/dbu_rel.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 _DBU_REL_HRC_ -#define _DBU_REL_HRC_ +#ifndef INCLUDED_DBACCESS_SOURCE_UI_INC_DBU_REL_HRC +#define INCLUDED_DBACCESS_SOURCE_UI_INC_DBU_REL_HRC #include "dbu_resource.hrc" @@ -34,6 +34,6 @@ #error Resource-Id Ueberlauf in #file, #line #endif -#endif //_DBU_REL_HRC_ +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/dbaccess/source/ui/inc/dbu_resource.hrc b/dbaccess/source/ui/inc/dbu_resource.hrc index 5b11a6d7539a..50d5789dda2a 100644 --- a/dbaccess/source/ui/inc/dbu_resource.hrc +++ b/dbaccess/source/ui/inc/dbu_resource.hrc @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _DBU_RESOURCE_HRC_ -#define _DBU_RESOURCE_HRC_ +#ifndef INCLUDED_DBACCESS_SOURCE_UI_INC_DBU_RESOURCE_HRC +#define INCLUDED_DBACCESS_SOURCE_UI_INC_DBU_RESOURCE_HRC #include <svl/solar.hrc> @@ -220,6 +220,6 @@ #define PB_FORMAT RID_MISC_START + 0 -#endif // _DBU_RESOURCE_HRC_ +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/dbaccess/source/ui/inc/dbu_tbl.hrc b/dbaccess/source/ui/inc/dbu_tbl.hrc index 7fe24300dff6..d47a76093eab 100644 --- a/dbaccess/source/ui/inc/dbu_tbl.hrc +++ b/dbaccess/source/ui/inc/dbu_tbl.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 _DBU_TBL_HRC_ -#define _DBU_TBL_HRC_ +#ifndef INCLUDED_DBACCESS_SOURCE_UI_INC_DBU_TBL_HRC +#define INCLUDED_DBACCESS_SOURCE_UI_INC_DBU_TBL_HRC #include "dbu_resource.hrc" @@ -84,6 +84,6 @@ #error Resource-Id Ueberlauf in #file, #line #endif -#endif // _DBU_TBL_HRC_ +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/dbaccess/source/ui/inc/dbu_uno.hrc b/dbaccess/source/ui/inc/dbu_uno.hrc index c49ab2f0eaae..a968abe4aff9 100644 --- a/dbaccess/source/ui/inc/dbu_uno.hrc +++ b/dbaccess/source/ui/inc/dbu_uno.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 _DBU_UNO_HRC_ -#define _DBU_UNO_HRC_ +#ifndef INCLUDED_DBACCESS_SOURCE_UI_INC_DBU_UNO_HRC +#define INCLUDED_DBACCESS_SOURCE_UI_INC_DBU_UNO_HRC #include "dbu_resource.hrc" @@ -41,6 +41,6 @@ #error too many resources in uno .... #endif -#endif // _DBU_UNO_HRC_ +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |