summaryrefslogtreecommitdiff
path: root/include/connectivity/dbconversion.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/dbconversion.hxx')
-rw-r--r--include/connectivity/dbconversion.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/connectivity/dbconversion.hxx b/include/connectivity/dbconversion.hxx
index d579d0e61a80..6064b65c575f 100644
--- a/include/connectivity/dbconversion.hxx
+++ b/include/connectivity/dbconversion.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DBHELPER_DBCONVERSION_HXX_
-#define _DBHELPER_DBCONVERSION_HXX_
+#ifndef INCLUDED_CONNECTIVITY_DBCONVERSION_HXX
+#define INCLUDED_CONNECTIVITY_DBCONVERSION_HXX
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/util/Date.hpp>
@@ -204,6 +204,6 @@ namespace dbtools
} // namespace dbtools
//.........................................................................
-#endif // _DBHELPER_DBCONVERSION_HXX_
+#endif // INCLUDED_CONNECTIVITY_DBCONVERSION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */