summaryrefslogtreecommitdiffstats
path: root/include/connectivity/sqlbison_exports.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:17:00 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:30 +0200
commit0bd7f12d41567842b1e31514e1d84340d90f5b42 (patch)
treed1140425ddbb62c4cf71634f2813f7e5dd7d88cb /include/connectivity/sqlbison_exports.hxx
parentfixincludeguards.sh: include/u* (diff)
downloadcore-0bd7f12d41567842b1e31514e1d84340d90f5b42.tar.gz
core-0bd7f12d41567842b1e31514e1d84340d90f5b42.zip
fixincludeguards.sh: include/c*
Change-Id: Icba422d99836518a1b662b15144bc9334bed1473
Diffstat (limited to 'include/connectivity/sqlbison_exports.hxx')
-rw-r--r--include/connectivity/sqlbison_exports.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/connectivity/sqlbison_exports.hxx b/include/connectivity/sqlbison_exports.hxx
index 38fa786402ea..ad8d011fd68a 100644
--- a/include/connectivity/sqlbison_exports.hxx
+++ b/include/connectivity/sqlbison_exports.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef _CONNECTIVITY_PARSE_SQLBISON_HXX_
-#define _CONNECTIVITY_PARSE_SQLBISON_HXX_
+#ifndef INCLUDED_CONNECTIVITY_SQLBISON_EXPORTS_HXX
+#define INCLUDED_CONNECTIVITY_SQLBISON_EXPORTS_HXX
#include <sal/types.h>
#include <rtl/ustring.hxx>
@@ -18,6 +18,6 @@ OUString ConvertLikeToken(const ::connectivity::OSQLParseNode* pTokenNode, const
int SQLyyparse (void);
void setParser( ::connectivity::OSQLParser* );
-#endif //_CONNECTIVITY_PARSE_SQLBISON_HXX_
+#endif // INCLUDED_CONNECTIVITY_SQLBISON_EXPORTS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */