summaryrefslogtreecommitdiff
path: root/framework/source/layoutmanager
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/source/layoutmanager
parentf1a8c3119f5c5cef8f3a421dace54237ac8794d3 (diff)
loplugin:unnecessaryoverride in forms/framework
Change-Id: Ia2aabec5af5559903be09e1ef81d156a7538ab3f
Diffstat (limited to 'framework/source/layoutmanager')
-rw-r--r--framework/source/layoutmanager/layoutmanager.cxx5
1 files changed, 0 insertions, 5 deletions
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