diff options
author | Noel Grandin <noel@peralex.com> | 2016-10-05 12:34:24 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-10-05 12:34:55 +0200 |
commit | 1e3996ce83b786fc61cedda0ec8f9a9ad358f032 (patch) | |
tree | ed42ef842cc466f2796bb2056846831037761d57 /dbaccess/source/ui/inc/querycontroller.hxx | |
parent | b51ea041dbcda1428fb5bfb6a5e8d8092fbc9226 (diff) |
loplugin:unnecessaryoverride in dbaccess
Change-Id: I458092403faa46f80957a55b48374678e196de11
Diffstat (limited to 'dbaccess/source/ui/inc/querycontroller.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/querycontroller.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/querycontroller.hxx b/dbaccess/source/ui/inc/querycontroller.hxx index 966f4f16a027..1d99b4c4eb2c 100644 --- a/dbaccess/source/ui/inc/querycontroller.hxx +++ b/dbaccess/source/ui/inc/querycontroller.hxx @@ -191,10 +191,6 @@ namespace dbaui virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const override; // OPropertySetHelper - virtual void SAL_CALL setFastPropertyValue_NoBroadcast( - sal_Int32 nHandle, - const css::uno::Any& rValue - ) throw (css::uno::Exception, std::exception ) override; virtual void SAL_CALL getFastPropertyValue( css::uno::Any& rValue, sal_Int32 nHandle |