summaryrefslogtreecommitdiff
path: root/include/connectivity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 19:56:39 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:24:39 +0100
commitead15254172d7d1f9f838cf21b4e5c246bfc7ca3 (patch)
tree7e4d7621d602b76b133f04c2cad8572ab778dada /include/connectivity
parent1b574435a591695fac694f7129631312b05ef06e (diff)
bool improvements
Change-Id: If35c939adede6a912dee14714a7ceeab84ac977e
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,