summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-11 23:52:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-12 15:50:24 +0200
commit374b06c7d2d46bc58896360f957df599ccc1d13e (patch)
tree82911acb5ccfdcdfb7796b935ce2c68487098a22 /dbaccess
parent8274655443eaf20ad10500ce3dc57349912181c8 (diff)
Avoid reserved identifier
Change-Id: I5e6938385ce870579982f21ad824081f4cc1ef60
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/inc/dbu_reghelper.hxx4
-rw-r--r--dbaccess/source/inc/flt_reghelper.hxx4
-rw-r--r--dbaccess/source/inc/registrationhelper.hxx2
3 files changed, 5 insertions, 5 deletions
diff --git a/dbaccess/source/inc/dbu_reghelper.hxx b/dbaccess/source/inc/dbu_reghelper.hxx
index 6db0308784a6..746b1da6e696 100644
--- a/dbaccess/source/inc/dbu_reghelper.hxx
+++ b/dbaccess/source/inc/dbu_reghelper.hxx
@@ -29,9 +29,9 @@
namespace dbaui
{
- #define _REGISTRATIONHELPER_INCLUDED_INDIRECTLY_
+ #define REGISTRATIONHELPER_INCLUDED_INDIRECTLY_
#include "registrationhelper.hxx"
- #undef _REGISTRATIONHELPER_INCLUDED_INDIRECTLY_
+ #undef REGISTRATIONHELPER_INCLUDED_INDIRECTLY_
}
diff --git a/dbaccess/source/inc/flt_reghelper.hxx b/dbaccess/source/inc/flt_reghelper.hxx
index 8bad3f6d87f6..3760fe30ef40 100644
--- a/dbaccess/source/inc/flt_reghelper.hxx
+++ b/dbaccess/source/inc/flt_reghelper.hxx
@@ -29,9 +29,9 @@
namespace dbaxml
{
- #define _REGISTRATIONHELPER_INCLUDED_INDIRECTLY_
+ #define REGISTRATIONHELPER_INCLUDED_INDIRECTLY_
#include "registrationhelper.hxx"
- #undef _REGISTRATIONHELPER_INCLUDED_INDIRECTLY_
+ #undef REGISTRATIONHELPER_INCLUDED_INDIRECTLY_
}
diff --git a/dbaccess/source/inc/registrationhelper.hxx b/dbaccess/source/inc/registrationhelper.hxx
index b49b40fcdb59..fea7e3c21174 100644
--- a/dbaccess/source/inc/registrationhelper.hxx
+++ b/dbaccess/source/inc/registrationhelper.hxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _REGISTRATIONHELPER_INCLUDED_INDIRECTLY_
+#ifndef REGISTRATIONHELPER_INCLUDED_INDIRECTLY_
#error "don't include this file directly! use dbu_reghelper.hxx instead!"
#endif