office-gobmx/include/connectivity/sqlbison_exports.hxx
Thomas Arnhold 0bd7f12d41 fixincludeguards.sh: include/c*
Change-Id: Icba422d99836518a1b662b15144bc9334bed1473
2013-10-23 23:22:30 +02:00

23 lines
860 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 <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 // INCLUDED_CONNECTIVITY_SQLBISON_EXPORTS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */