summaryrefslogtreecommitdiff
path: root/include/connectivity/sqlnode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/sqlnode.hxx')
-rw-r--r--include/connectivity/sqlnode.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/connectivity/sqlnode.hxx b/include/connectivity/sqlnode.hxx
index f0fe1acdd6e9..546c32d5c5c4 100644
--- a/include/connectivity/sqlnode.hxx
+++ b/include/connectivity/sqlnode.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _CONNECTIVITY_SQLNODE_HXX
-#define _CONNECTIVITY_SQLNODE_HXX
+#ifndef INCLUDED_CONNECTIVITY_SQLNODE_HXX
+#define INCLUDED_CONNECTIVITY_SQLNODE_HXX
#include "connectivity/dbtoolsdllapi.hxx"
#include "connectivity/dbmetadata.hxx"
@@ -465,6 +465,6 @@ namespace connectivity
#define SQL_ISPUNCTUATION(pParseNode, aString) ((pParseNode)->getNodeType() == SQL_NODE_PUNCTUATION && !(pParseNode)->getTokenValue().compareToAscii(aString))
}
-#endif //_CONNECTIVITY_SQLNODE_HXX
+#endif // INCLUDED_CONNECTIVITY_SQLNODE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */