Files
libreoffice/include/connectivity/sqlbison_exports.hxx
Gabor Kelemen 80aec8ef2a tdf#42949 Fix IWYU warnings in include/connectivity/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I02f75be483529ba1f7a6e460e34c4752b4265221
Reviewed-on: https://gerrit.libreoffice.org/68893
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2019-03-12 10:14:54 +01:00

25 lines
886 B
C++

/* -*- 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 INCLUDED_CONNECTIVITY_SQLBISON_EXPORTS_HXX
#define INCLUDED_CONNECTIVITY_SQLBISON_EXPORTS_HXX
#include <rtl/ustring.hxx>
namespace connectivity { class OSQLParseNode; }
namespace connectivity { class OSQLParser; }
OUString ConvertLikeToken(const ::connectivity::OSQLParseNode* pTokenNode, const ::connectivity::OSQLParseNode* pEscapeNode, bool bInternational);
int SQLyyparse();
void setParser( ::connectivity::OSQLParser* );
#endif // INCLUDED_CONNECTIVITY_SQLBISON_EXPORTS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */