diff options
Diffstat (limited to 'connectivity/source/simpledbt/parser_s.cxx')
-rw-r--r-- | connectivity/source/simpledbt/parser_s.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/simpledbt/parser_s.cxx b/connectivity/source/simpledbt/parser_s.cxx index b49c4bfe9a49..b8168c7c4841 100644 --- a/connectivity/source/simpledbt/parser_s.cxx +++ b/connectivity/source/simpledbt/parser_s.cxx @@ -59,7 +59,7 @@ namespace connectivity } //---------------------------------------------------------------- - ::rtl::Reference< simple::ISQLParseNode > OSimpleSQLParser::predicateTree(::rtl::OUString& rErrorMessage, const ::rtl::OUString& rStatement, + ::rtl::Reference< simple::ISQLParseNode > OSimpleSQLParser::predicateTree(OUString& rErrorMessage, const OUString& rStatement, const Reference< XNumberFormatter >& _rxFormatter, const Reference< XPropertySet >& _rxField) const { OSimpleParseNode* pReturn = NULL; |