summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/inc/apitools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/inc/apitools.hxx')
-rw-r--r--dbaccess/source/inc/apitools.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/inc/apitools.hxx b/dbaccess/source/inc/apitools.hxx
index dc41135a2d96..fd32e6a2b0fc 100644
--- a/dbaccess/source/inc/apitools.hxx
+++ b/dbaccess/source/inc/apitools.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DBASHARED_APITOOLS_HXX_
-#define _DBASHARED_APITOOLS_HXX_
+#ifndef INCLUDED_DBACCESS_SOURCE_INC_APITOOLS_HXX
+#define INCLUDED_DBACCESS_SOURCE_INC_APITOOLS_HXX
#include <cppuhelper/component.hxx>
#include <osl/mutex.hxx>
@@ -358,6 +358,6 @@ public:
} \
_rGuard.reset();
-#endif // _DBASHARED_APITOOLS_HXX_
+#endif // INCLUDED_DBACCESS_SOURCE_INC_APITOOLS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */