Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 367963
Collapse All | Expand All

(-)connectivity/source/parse/sqlbison.y (-1 / +1 lines)
Lines 4338-4344 Link Here
4338
}
4338
}
4339
4339
4340
// -------------------------------------------------------------------------
4340
// -------------------------------------------------------------------------
4341
void OSQLParser::error(sal_Char *fmt)
4341
void OSQLParser::error(const sal_Char *fmt)
4342
{
4342
{
4343
	if(!m_sErrorMessage.getLength())
4343
	if(!m_sErrorMessage.getLength())
4344
	{
4344
	{
(-)connectivity/inc/connectivity/sqlparse.hxx (-1 / +1 lines)
Lines 233-239 Link Here
233
        // returns the type for a parameter in a given function name
233
        // returns the type for a parameter in a given function name
234
        static sal_Int32 getFunctionParameterType(sal_uInt32 _nTokenId,sal_uInt32 _nPos);
234
        static sal_Int32 getFunctionParameterType(sal_uInt32 _nTokenId,sal_uInt32 _nPos);
235
235
236
        void error(sal_Char *fmt);
236
        void error(const sal_Char *fmt);
237
        int SQLlex();
237
        int SQLlex();
238
#ifdef YYBISON
238
#ifdef YYBISON
239
        void setParseTree(OSQLParseNode * pNewParseTree);
239
        void setParseTree(OSQLParseNode * pNewParseTree);

Return to bug 367963