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 | |
parent | 99520681fcb780a5e0ef21e0e56ab94821647eeb (diff) |
Avoid reserved identifiers
Change-Id: I15609fb6b11606d865d8817f4a63ba8816f7384e
Diffstat (limited to 'dbaccess/source')
-rw-r--r-- | dbaccess/source/core/inc/core_resource.hrc | 6 | ||||
-rw-r--r-- | dbaccess/source/core/inc/dbamiscres.hrc | 6 | ||||
-rw-r--r-- | dbaccess/source/inc/stringconstants.hrc | 6 | ||||
-rw-r--r-- | dbaccess/source/ui/app/dbu_app.hrc | 6 | ||||
-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 |
13 files changed, 39 insertions, 39 deletions
diff --git a/dbaccess/source/core/inc/core_resource.hrc b/dbaccess/source/core/inc/core_resource.hrc index 4ab8b27d230b..3789747af736 100644 --- a/dbaccess/source/core/inc/core_resource.hrc +++ b/dbaccess/source/core/inc/core_resource.hrc @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _DBA_CORE_RESOURCE_HRC_ -#define _DBA_CORE_RESOURCE_HRC_ +#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_CORE_RESOURCE_HRC +#define INCLUDED_DBACCESS_SOURCE_CORE_INC_CORE_RESOURCE_HRC #include <svl/solar.hrc> @@ -96,6 +96,6 @@ #define RID_NO_SUCH_DATA_SOURCE ( RID_CORE_STRINGS_START + 67 ) -#endif // _DBA_CORE_RESOURCE_HRC_ +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/dbaccess/source/core/inc/dbamiscres.hrc b/dbaccess/source/core/inc/dbamiscres.hrc index 3aaa9f03ff0a..5d9b36fc4f28 100644 --- a/dbaccess/source/core/inc/dbamiscres.hrc +++ b/dbaccess/source/core/inc/dbamiscres.hrc @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _DBA_MISCRES_HRC_ -#define _DBA_MISCRES_HRC_ +#ifndef INCLUDED_DBACCESS_SOURCE_CORE_INC_DBAMISCRES_HRC +#define INCLUDED_DBACCESS_SOURCE_CORE_INC_DBAMISCRES_HRC #define STR_MYSQL_NATIVE 24 #define STR_END STR_MYSQL_NATIVE + 1 -#endif // _DBA_MISCRES_HRC_ +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/dbaccess/source/inc/stringconstants.hrc b/dbaccess/source/inc/stringconstants.hrc index 1fd5f266000e..d05fbf775e44 100644 --- a/dbaccess/source/inc/stringconstants.hrc +++ b/dbaccess/source/inc/stringconstants.hrc @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _DBASHARED_STRINGCONSTANTS_HRC_ -#define _DBASHARED_STRINGCONSTANTS_HRC_ +#ifndef INCLUDED_DBACCESS_SOURCE_INC_STRINGCONSTANTS_HRC +#define INCLUDED_DBACCESS_SOURCE_INC_STRINGCONSTANTS_HRC #ifndef STRINGCONSTANTS_INCLUDED_INDIRECT #error "don't include this file directly! use dbastrings.hrc or dbustrings.hrc instead!" @@ -172,6 +172,6 @@ #define PROPERTY_ID_SINGLESELECTQUERYCOMPOSER 145 #define PROPERTY_ID_PROPCHANGE_NOTIFY 146 -#endif // _DBASHARED_STRINGCONSTANTS_HRC_ +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/dbaccess/source/ui/app/dbu_app.hrc b/dbaccess/source/ui/app/dbu_app.hrc index f47ddbc0ba0a..a5cfcd05b288 100644 --- a/dbaccess/source/ui/app/dbu_app.hrc +++ b/dbaccess/source/ui/app/dbu_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 _DBU_APP_HRC_ -#define _DBU_APP_HRC_ +#ifndef INCLUDED_DBACCESS_SOURCE_UI_APP_DBU_APP_HRC +#define INCLUDED_DBACCESS_SOURCE_UI_APP_DBU_APP_HRC #include "dbu_resource.hrc" @@ -61,6 +61,6 @@ #error Resource-Id Ueberlauf in #file, #line #endif -#endif // _DBU_APP_HRC_ +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 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: */ |