summaryrefslogtreecommitdiff
path: root/dbaccess/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-12 19:53:13 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-12 20:03:46 +0200
commit9576cf9c3f011abec32b52e6d9342e4567abd9ac (patch)
tree63bd0d08d5f05409591799449d5a0f6a01f3a9fd /dbaccess/inc
parent99520681fcb780a5e0ef21e0e56ab94821647eeb (diff)
Avoid reserved identifiers
Change-Id: I15609fb6b11606d865d8817f4a63ba8816f7384e
Diffstat (limited to 'dbaccess/inc')
-rw-r--r--dbaccess/inc/dbaccess_helpid.hrc6
-rw-r--r--dbaccess/inc/dbaccess_slotid.hrc6
2 files changed, 6 insertions, 6 deletions
diff --git a/dbaccess/inc/dbaccess_helpid.hrc b/dbaccess/inc/dbaccess_helpid.hrc
index e62c1d7b18d5..d005d98eaaed 100644
--- a/dbaccess/inc/dbaccess_helpid.hrc
+++ b/dbaccess/inc/dbaccess_helpid.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DBA_DBACCESS_HELPID_HRC_
-#define _DBA_DBACCESS_HELPID_HRC_
+#ifndef INCLUDED_DBACCESS_INC_DBACCESS_HELPID_HRC
+#define INCLUDED_DBACCESS_INC_DBACCESS_HELPID_HRC
#define HID_DATABROWSE_HEADER "DBACCESS_HID_DATABROWSE_HEADER"
@@ -168,6 +168,6 @@
-#endif // _DBA_DBACCESS_HELPID_HRC_
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/dbaccess/inc/dbaccess_slotid.hrc b/dbaccess/inc/dbaccess_slotid.hrc
index 9d4bc33e4732..4b37b4dae01e 100644
--- a/dbaccess/inc/dbaccess_slotid.hrc
+++ b/dbaccess/inc/dbaccess_slotid.hrc
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DBACCESS_SLOTID_HRC_
-#define _DBACCESS_SLOTID_HRC_
+#ifndef INCLUDED_DBACCESS_INC_DBACCESS_SLOTID_HRC
+#define INCLUDED_DBACCESS_INC_DBACCESS_SLOTID_HRC
#include <sfx2/sfxsids.hrc>
@@ -105,6 +105,6 @@
#define SID_QUERY_PROP_DLG ( SID_DBACCESS_START + 69 )
-#endif // _DBACCESS_SLOTID_HRC_
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */