summaryrefslogtreecommitdiff
path: root/include/connectivity/TIndexColumns.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/TIndexColumns.hxx')
-rw-r--r--include/connectivity/TIndexColumns.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/connectivity/TIndexColumns.hxx b/include/connectivity/TIndexColumns.hxx
index ee684669d8ec..57b79f9d67d7 100644
--- a/include/connectivity/TIndexColumns.hxx
+++ b/include/connectivity/TIndexColumns.hxx
@@ -30,9 +30,9 @@ namespace connectivity
{
OIndexHelper* m_pIndex;
protected:
- virtual sdbcx::ObjectType createObject(const OUString& _rName);
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > createDescriptor();
- virtual void impl_refresh() throw(::com::sun::star::uno::RuntimeException);
+ 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;
public:
OIndexColumns( OIndexHelper* _pIndex,
::osl::Mutex& _rMutex,