summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-25 11:09:09 +0200
committerNoel Grandin <noel@peralex.com>2016-02-25 13:50:25 +0200
commitd6c28b11e51d08be2555ba7371d9bbb063aae9af (patch)
tree86d3126dd8bbb1db5d2695b439c695b355c1733d /connectivity/source/drivers/evoab2
parent049d9a81614eebce118da489f431144ed2e71c05 (diff)
convert OSQLStatementType to scoped enum
Change-Id: I2df117cf0f405e88899e7ccab380156284720449
Diffstat (limited to 'connectivity/source/drivers/evoab2')
-rw-r--r--connectivity/source/drivers/evoab2/NStatement.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/evoab2/NStatement.cxx b/connectivity/source/drivers/evoab2/NStatement.cxx
index 6b86c967efbb..1c5a4c4256c1 100644
--- a/connectivity/source/drivers/evoab2/NStatement.cxx
+++ b/connectivity/source/drivers/evoab2/NStatement.cxx
@@ -412,7 +412,7 @@ OUString OCommonStatement::getTableName()
{
OUString aTableName;
- if( m_pParseTree && m_aSQLIterator.getStatementType() == SQL_STATEMENT_SELECT )
+ if( m_pParseTree && m_aSQLIterator.getStatementType() == OSQLStatementType::Select )
{
Any aCatalog;
OUString aSchema;