summaryrefslogtreecommitdiff
path: root/framework
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
parentf1a8c3119f5c5cef8f3a421dace54237ac8794d3 (diff)
loplugin:unnecessaryoverride in forms/framework
Change-Id: Ia2aabec5af5559903be09e1ef81d156a7538ab3f
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/services/layoutmanager.hxx3
-rw-r--r--framework/source/layoutmanager/layoutmanager.cxx5
2 files changed, 0 insertions, 8 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;
diff --git a/framework/source/layoutmanager/layoutmanager.cxx b/framework/source/layoutmanager/layoutmanager.cxx
index e5e0e09518cf..6c5c6695740e 100644
--- a/framework/source/layoutmanager/layoutmanager.cxx
+++ b/framework/source/layoutmanager/layoutmanager.cxx
@@ -3145,11 +3145,6 @@ void SAL_CALL LayoutManager::setFastPropertyValue_NoBroadcast( sal_Int32 n
}
}
-void SAL_CALL LayoutManager::getFastPropertyValue( uno::Any& aValue, sal_Int32 nHandle ) const
-{
- LayoutManager_PBase::getFastPropertyValue( aValue, nHandle );
-}
-
namespace detail
{
class InfoHelperBuilder