summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app/dbu_app.hrc
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/source/ui/app/dbu_app.hrc
parent99520681fcb780a5e0ef21e0e56ab94821647eeb (diff)
Avoid reserved identifiers
Change-Id: I15609fb6b11606d865d8817f4a63ba8816f7384e
Diffstat (limited to 'dbaccess/source/ui/app/dbu_app.hrc')
-rw-r--r--dbaccess/source/ui/app/dbu_app.hrc6
1 files changed, 3 insertions, 3 deletions
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: */