summaryrefslogtreecommitdiff
path: root/connectivity/source/simpledbt/parser_s.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/simpledbt/parser_s.hxx')
-rw-r--r--connectivity/source/simpledbt/parser_s.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/simpledbt/parser_s.hxx b/connectivity/source/simpledbt/parser_s.hxx
index 155ef739b233..c500a6e96ad9 100644
--- a/connectivity/source/simpledbt/parser_s.hxx
+++ b/connectivity/source/simpledbt/parser_s.hxx
@@ -44,8 +44,8 @@ namespace connectivity
// ISQLParser
virtual ::rtl::Reference< simple::ISQLParseNode > predicateTree(
- ::rtl::OUString& rErrorMessage,
- const ::rtl::OUString& rStatement,
+ OUString& rErrorMessage,
+ const OUString& rStatement,
const ::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatter >& _rxFormatter,
const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxField
) const;