summaryrefslogtreecommitdiff
path: root/include/connectivity/sdbcx/VKeyColumn.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/sdbcx/VKeyColumn.hxx')
-rw-r--r--include/connectivity/sdbcx/VKeyColumn.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/connectivity/sdbcx/VKeyColumn.hxx b/include/connectivity/sdbcx/VKeyColumn.hxx
index afab3066cb01..166778da1496 100644
--- a/include/connectivity/sdbcx/VKeyColumn.hxx
+++ b/include/connectivity/sdbcx/VKeyColumn.hxx
@@ -35,8 +35,8 @@ namespace connectivity
{
protected:
OUString m_ReferencedColumn;
- virtual ::cppu::IPropertyArrayHelper* createArrayHelper( sal_Int32 _nId) const SAL_OVERRIDE;
- virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper() SAL_OVERRIDE;
+ virtual ::cppu::IPropertyArrayHelper* createArrayHelper( sal_Int32 _nId) const override;
+ virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper() override;
public:
OKeyColumn(bool _bCase);
OKeyColumn( const OUString& _ReferencedColumn,
@@ -57,7 +57,7 @@ namespace connectivity
// just to make it not inline
virtual ~OKeyColumn();
- virtual void construct() SAL_OVERRIDE;
+ virtual void construct() override;
DECLARE_SERVICE_INFO();
};
}