summaryrefslogtreecommitdiffstats
path: root/include/connectivity/sqlbison_exports.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-07-10 20:44:17 +0300
committerTor Lillqvist <tml@iki.fi>2013-07-10 20:48:49 +0300
commita0c50b739c79d41e8166e2dab862dca0d093e7c3 (patch)
treef6b5e1e73cdfd89a15a9e9c46cc8dc39b8749420 /include/connectivity/sqlbison_exports.hxx
parentAvoid duplicate definition of xxx_pGLOBAL_SQLPARSER at linking stage (diff)
downloadcore-a0c50b739c79d41e8166e2dab862dca0d093e7c3.tar.gz
core-a0c50b739c79d41e8166e2dab862dca0d093e7c3.zip
Further fallout from the connectivity SQL parser changes
A couple of headers now need to be public because they are indirectly included in other modules. Change-Id: Id01945197b67183a0a042e854289875ae147a0eb
Diffstat (limited to 'include/connectivity/sqlbison_exports.hxx')
-rw-r--r--include/connectivity/sqlbison_exports.hxx23
1 files changed, 23 insertions, 0 deletions
diff --git a/include/connectivity/sqlbison_exports.hxx b/include/connectivity/sqlbison_exports.hxx
new file mode 100644
index 000000000000..38fa786402ea
--- /dev/null
+++ b/include/connectivity/sqlbison_exports.hxx
@@ -0,0 +1,23 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
+
+#ifndef _CONNECTIVITY_PARSE_SQLBISON_HXX_
+#define _CONNECTIVITY_PARSE_SQLBISON_HXX_
+
+#include <sal/types.h>
+#include <rtl/ustring.hxx>
+#include <connectivity/sqlnode.hxx>
+
+OUString ConvertLikeToken(const ::connectivity::OSQLParseNode* pTokenNode, const ::connectivity::OSQLParseNode* pEscapeNode, sal_Bool bInternational);
+int SQLyyparse (void);
+void setParser( ::connectivity::OSQLParser* );
+
+#endif //_CONNECTIVITY_PARSE_SQLBISON_HXX_
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */