summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/inc/table.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-10-05 12:34:24 +0200
committerNoel Grandin <noel@peralex.com>2016-10-05 12:34:55 +0200
commit1e3996ce83b786fc61cedda0ec8f9a9ad358f032 (patch)
treeed42ef842cc466f2796bb2056846831037761d57 /dbaccess/source/core/inc/table.hxx
parentb51ea041dbcda1428fb5bfb6a5e8d8092fbc9226 (diff)
loplugin:unnecessaryoverride in dbaccess
Change-Id: I458092403faa46f80957a55b48374678e196de11
Diffstat (limited to 'dbaccess/source/core/inc/table.hxx')
-rw-r--r--dbaccess/source/core/inc/table.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/inc/table.hxx b/dbaccess/source/core/inc/table.hxx
index 8ecc53ca5823..824210219018 100644
--- a/dbaccess/source/core/inc/table.hxx
+++ b/dbaccess/source/core/inc/table.hxx
@@ -122,7 +122,7 @@ namespace dbaccess
virtual void construct() override;
//XInterface
- DECLARE_XINTERFACE()
+ virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) throw (css::uno::RuntimeException, std::exception) override;
//XTypeProvider
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes( ) throw(css::uno::RuntimeException, std::exception) override;
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() throw (css::uno::RuntimeException, std::exception) override;