summaryrefslogtreecommitdiff
path: root/include/connectivity/dbtools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/dbtools.hxx')
-rw-r--r--include/connectivity/dbtools.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/connectivity/dbtools.hxx b/include/connectivity/dbtools.hxx
index e584e351795c..0b2bc2f5249d 100644
--- a/include/connectivity/dbtools.hxx
+++ b/include/connectivity/dbtools.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _CONNECTIVITY_DBTOOLS_HXX_
-#define _CONNECTIVITY_DBTOOLS_HXX_
+#ifndef INCLUDED_CONNECTIVITY_DBTOOLS_HXX
+#define INCLUDED_CONNECTIVITY_DBTOOLS_HXX
#include <connectivity/dbexception.hxx>
#include <comphelper/types.hxx>
@@ -795,6 +795,6 @@ namespace dbtools
} // namespace dbtools
//.........................................................................
-#endif // _CONNECTIVITY_DBTOOLS_HXX_
+#endif // INCLUDED_CONNECTIVITY_DBTOOLS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */