summaryrefslogtreecommitdiff
path: root/include/connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity')
-rw-r--r--include/connectivity/sqlnode.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/connectivity/sqlnode.hxx b/include/connectivity/sqlnode.hxx
index d1c4cf759b26..edbf754214ca 100644
--- a/include/connectivity/sqlnode.hxx
+++ b/include/connectivity/sqlnode.hxx
@@ -316,8 +316,8 @@ namespace connectivity
void parseNodeToStr(OUString& rString,
const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection,
const IParseContext* pContext = NULL,
- bool _bIntl = sal_False,
- bool _bQuote= sal_True) const;
+ bool _bIntl = false,
+ bool _bQuote= true) const;
// quoted and internationalised
void parseNodeToPredicateStr(OUString& rString,