summaryrefslogtreecommitdiff
path: root/connectivity/source/simpledbt/parser_s.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/simpledbt/parser_s.cxx')
-rw-r--r--connectivity/source/simpledbt/parser_s.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/simpledbt/parser_s.cxx b/connectivity/source/simpledbt/parser_s.cxx
index b8168c7c4841..fcd25251fbb3 100644
--- a/connectivity/source/simpledbt/parser_s.cxx
+++ b/connectivity/source/simpledbt/parser_s.cxx
@@ -34,31 +34,31 @@ namespace connectivity
//================================================================
//= OSimpleSQLParser
//================================================================
- //----------------------------------------------------------------
+
OSimpleSQLParser::OSimpleSQLParser(const Reference< XComponentContext >& rxContext, const IParseContext* _pContext)
:m_aFullParser(rxContext, _pContext)
{
}
- //----------------------------------------------------------------
+
oslInterlockedCount SAL_CALL OSimpleSQLParser::acquire()
{
return ORefBase::acquire();
}
- //----------------------------------------------------------------
+
oslInterlockedCount SAL_CALL OSimpleSQLParser::release()
{
return ORefBase::release();
}
- //----------------------------------------------------------------
+
const IParseContext& OSimpleSQLParser::getContext() const
{
return m_aFullParser.getContext();
}
- //----------------------------------------------------------------
+
::rtl::Reference< simple::ISQLParseNode > OSimpleSQLParser::predicateTree(OUString& rErrorMessage, const OUString& rStatement,
const Reference< XNumberFormatter >& _rxFormatter, const Reference< XPropertySet >& _rxField) const
{