bool improvements

Change-Id: If35c939adede6a912dee14714a7ceeab84ac977e
This commit is contained in:
Stephan Bergmann
2014-01-28 19:56:39 +01:00
parent 1b574435a5
commit ead1525417
22 changed files with 119 additions and 119 deletions

View File

@@ -292,7 +292,7 @@ void OSQLParseNode::parseNodeToPredicateStr(OUString& rString,
OSL_ENSURE(xFormatter.is(), "OSQLParseNode::parseNodeToPredicateStr:: no formatter!");
if (xFormatter.is())
parseNodeToStr(rString, _rxConnection, xFormatter, NULL, OUString(), rIntl, pContext, sal_True, sal_True, _cDec, true, false);
parseNodeToStr(rString, _rxConnection, xFormatter, NULL, OUString(), rIntl, pContext, true, true, _cDec, true, false);
}
//-----------------------------------------------------------------------------
@@ -1215,7 +1215,7 @@ OSQLParseNode* OSQLParser::predicateTree(OUString& rErrorMessage, const OUString
}
catch ( Exception& )
{
OSL_ASSERT(0);
OSL_ASSERT(false);
}
if (m_nFormatKey && m_xFormatter.is())