diff options
Diffstat (limited to 'include/connectivity/sqlparse.hxx')
-rw-r--r-- | include/connectivity/sqlparse.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/sqlparse.hxx b/include/connectivity/sqlparse.hxx index 18bc0a3c0228..eb1f7e075df5 100644 --- a/include/connectivity/sqlparse.hxx +++ b/include/connectivity/sqlparse.hxx @@ -160,7 +160,7 @@ namespace connectivity // convert a string into double trim it to scale of _nscale and than transform it back to string OUString stringToDouble(const OUString& _rValue,sal_Int16 _nScale); OSQLParseNode* buildDate(sal_Int32 _nType,OSQLParseNode*& pLiteral); - bool extractDate(OSQLParseNode* pLiteral,double& _rfValue); + bool extractDate(OSQLParseNode const * pLiteral,double& _rfValue); void killThousandSeparator(OSQLParseNode* pLiteral); OSQLParseNode* convertNode(sal_Int32 nType, OSQLParseNode* pLiteral); // makes a string out of a number, pLiteral will be deleted |