diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-04-26 02:52:36 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-04-26 16:49:46 +0200 |
commit | e9ae448b1ed4424aadc183397d9f45b873ee3bc2 (patch) | |
tree | fae5ba01e13d248e357c037ee8d2f17a1933ff56 | |
parent | e3d0f6ad119b8421a12d02c26d7410599ebb33e1 (diff) |
janitorial: indentation, spacing, ...
Change-Id: Ie794e91783f8eaacf236070e7cdeb5b5f4361e9b
-rw-r--r-- | connectivity/source/parse/sqlnode.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/connectivity/source/parse/sqlnode.cxx b/connectivity/source/parse/sqlnode.cxx index 21275b460502..779283f9b7c1 100644 --- a/connectivity/source/parse/sqlnode.cxx +++ b/connectivity/source/parse/sqlnode.cxx @@ -1232,8 +1232,8 @@ OSQLParseNode* OSQLParser::predicateTree(OUString& rErrorMessage, const OUString if (SQLyyparse() != 0) { m_sFieldName= OUString(); - m_xField.clear(); - m_xFormatter.clear(); + m_xField.clear(); + m_xFormatter.clear(); m_nFormatKey = 0; m_nDateFormatKey = 0; @@ -1253,8 +1253,8 @@ OSQLParseNode* OSQLParser::predicateTree(OUString& rErrorMessage, const OUString (*s_pGarbageCollector)->clear(); m_sFieldName= OUString(); - m_xField.clear(); - m_xFormatter.clear(); + m_xField.clear(); + m_xFormatter.clear(); m_nFormatKey = 0; m_nDateFormatKey = 0; @@ -1729,7 +1729,7 @@ sal_Bool OSQLParseNode::addDateValue(OUStringBuffer& rString, const SQLParseNode return sal_False; } // ----------------------------------------------------------------------------- -void OSQLParseNode::replaceNodeValue(const OUString& rTableAlias,const OUString& rColumnName) +void OSQLParseNode::replaceNodeValue(const OUString& rTableAlias, const OUString& rColumnName) { RTL_LOGFILE_CONTEXT_AUTHOR( aLogger, "parse", "Ocke.Janssen@sun.com", "OSQLParseNode::replaceNodeValue" ); for (sal_uInt32 i=0;i<count();++i) @@ -1856,7 +1856,7 @@ void OSQLParseNode::disjunctiveNormalForm(OSQLParseNode*& pSearchCondition) } } //----------------------------------------------------------------------------- -void OSQLParseNode::negateSearchCondition(OSQLParseNode*& pSearchCondition,sal_Bool bNegate) +void OSQLParseNode::negateSearchCondition(OSQLParseNode*& pSearchCondition, sal_Bool bNegate) { RTL_LOGFILE_CONTEXT_AUTHOR( aLogger, "parse", "Ocke.Janssen@sun.com", "OSQLParseNode::negateSearchCondition" ); if(!pSearchCondition) // no where condition at entry point |