From 1d5dc71eb7e37fe26825750015d76d77232f3626 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Mon, 26 Mar 2012 08:04:09 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_8_3_0'. --- editors/openoffice-3/files/patch-connectivity | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 editors/openoffice-3/files/patch-connectivity (limited to 'editors/openoffice-3/files/patch-connectivity') diff --git a/editors/openoffice-3/files/patch-connectivity b/editors/openoffice-3/files/patch-connectivity deleted file mode 100644 index b54ace581f74..000000000000 --- a/editors/openoffice-3/files/patch-connectivity +++ /dev/null @@ -1,22 +0,0 @@ ---- connectivity/source/parse/sqlbison.y.orig 2011-01-18 05:32:30.000000000 -0800 -+++ connectivity/source/parse/sqlbison.y 2012-02-13 14:03:12.000000000 -0800 -@@ -4334,7 +4334,7 @@ - } - - // ------------------------------------------------------------------------- --void OSQLParser::error(sal_Char *fmt) -+void OSQLParser::error(const sal_Char *fmt) - { - if(!m_sErrorMessage.getLength()) - { ---- connectivity/inc/connectivity/sqlparse.hxx.orig 2011-01-18 05:32:29.000000000 -0800 -+++ connectivity/inc/connectivity/sqlparse.hxx 2012-02-13 17:06:06.000000000 -0800 -@@ -232,7 +232,7 @@ - // returns the type for a parameter in a given function name - static sal_Int32 getFunctionParameterType(sal_uInt32 _nTokenId,sal_uInt32 _nPos); - -- void error(sal_Char *fmt); -+ void error(const sal_Char *fmt); - int SQLlex(); - #ifdef YYBISON - void setParseTree(OSQLParseNode * pNewParseTree); -- cgit v1.2.3