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:
committed by
Caolán McNamara
parent
2a33953f6e
commit
ac9212feed
@@ -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)
|
||||
|
Reference in New Issue
Block a user