summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2/NStatement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/evoab2/NStatement.hxx')
-rw-r--r--connectivity/source/drivers/evoab2/NStatement.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/evoab2/NStatement.hxx b/connectivity/source/drivers/evoab2/NStatement.hxx
index f54f37725d5d..54085d78b381 100644
--- a/connectivity/source/drivers/evoab2/NStatement.hxx
+++ b/connectivity/source/drivers/evoab2/NStatement.hxx
@@ -173,7 +173,7 @@ namespace connectivity
// OPropertySetHelper
virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper() override;
- virtual ~OCommonStatement();
+ virtual ~OCommonStatement() override;
protected:
void parseSql( const OUString& sql, QueryData& _out_rQueryData );
@@ -239,7 +239,7 @@ namespace connectivity
,public OStatement_IBase
{
protected:
- virtual ~OStatement(){}
+ virtual ~OStatement() override {}
public:
explicit OStatement( OEvoabConnection* _pConnection)