diff options
Diffstat (limited to 'dbaccess/source')
-rw-r--r-- | dbaccess/source/inc/dbu_reghelper.hxx | 4 | ||||
-rw-r--r-- | dbaccess/source/inc/flt_reghelper.hxx | 4 | ||||
-rw-r--r-- | dbaccess/source/inc/registrationhelper.hxx | 2 |
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 |