summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-10-05 13:51:46 +0200
committerNoel Grandin <noel@peralex.com>2016-10-05 13:53:28 +0200
commit7cf9028d3b735c5a1929897e556357b5d18573a2 (patch)
treea8f138bf09de2376fc9f83c6fac3c07f3fb8bf64 /framework/inc
parentf1a8c3119f5c5cef8f3a421dace54237ac8794d3 (diff)
loplugin:unnecessaryoverride in forms/framework
Change-Id: Ia2aabec5af5559903be09e1ef81d156a7538ab3f
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/services/layoutmanager.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/framework/inc/services/layoutmanager.hxx b/framework/inc/services/layoutmanager.hxx
index c6699b30a4cf..7a895cc36763 100644
--- a/framework/inc/services/layoutmanager.hxx
+++ b/framework/inc/services/layoutmanager.hxx
@@ -250,9 +250,6 @@ namespace framework
virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle ,
const css::uno::Any& aValue ) throw( css::uno::Exception, std::exception ) override;
- using cppu::OPropertySetHelper::getFastPropertyValue;
- virtual void SAL_CALL getFastPropertyValue( css::uno::Any& aValue ,
- sal_Int32 nHandle ) const override;
virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper() override;
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo() throw (css::uno::RuntimeException, std::exception) override;