Remove visual noise from connectivity

Conflicts:
	connectivity/source/inc/odbc/OConnection.hxx

Change-Id: I5ca98359e18cf1b27bf53037dde211774d798626
Reviewed-on: https://gerrit.libreoffice.org/8245
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
Alexander Wilms
2014-02-25 17:59:09 +01:00
committed by Caolán McNamara
parent 2a33953f6e
commit ac9212feed
243 changed files with 964 additions and 974 deletions

View File

@@ -192,9 +192,9 @@ namespace
namespace connectivity
{
//=============================================================================
//= SQLParseNodeParameter
//=============================================================================
SQLParseNodeParameter::SQLParseNodeParameter( const Reference< XConnection >& _rxConnection,
const Reference< XNumberFormatter >& _xFormatter, const Reference< XPropertySet >& _xField,
@@ -222,9 +222,9 @@ SQLParseNodeParameter::~SQLParseNodeParameter()
{
}
//=============================================================================
//= OSQLParseNode
//=============================================================================
OUString OSQLParseNode::convertDateString(const SQLParseNodeParameter& rParam, const OUString& rString) const
{
@@ -1325,7 +1325,7 @@ OSQLParseNode* OSQLParser::predicateTree(OUString& rErrorMessage, const OUString
}
}
//=============================================================================
OSQLParser::OSQLParser(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext, const IParseContext* _pContext)
:m_pContext(_pContext)