summaryrefslogtreecommitdiff
path: root/include/connectivity/TKeyColumns.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/TKeyColumns.hxx')
-rw-r--r--include/connectivity/TKeyColumns.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/connectivity/TKeyColumns.hxx b/include/connectivity/TKeyColumns.hxx
index 12ae605043d9..4d0ee1a2ee70 100644
--- a/include/connectivity/TKeyColumns.hxx
+++ b/include/connectivity/TKeyColumns.hxx
@@ -30,9 +30,9 @@ namespace connectivity
{
OTableKeyHelper* m_pKey;
protected:
- virtual sdbcx::ObjectType createObject(const OUString& _rName) SAL_OVERRIDE;
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > createDescriptor() SAL_OVERRIDE;
- virtual void impl_refresh() throw(::com::sun::star::uno::RuntimeException) SAL_OVERRIDE;
+ virtual sdbcx::ObjectType createObject(const OUString& _rName) override;
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > createDescriptor() override;
+ virtual void impl_refresh() throw(::com::sun::star::uno::RuntimeException) override;
public:
OKeyColumnsHelper( OTableKeyHelper* _pKey,
::osl::Mutex& _rMutex,