summaryrefslogtreecommitdiffstats
path: root/framework/inc/services
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-02 10:43:19 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-02 14:25:25 +0200
commit666403a4b66fa94d2014b4688b2e6a7b085bd2cc (patch)
treedd69b18efaf5cca26e99f9d724037177fa383cda /framework/inc/services
parentbin/gen-boost-headers: Don't stumble over "boost" in pathname (diff)
downloadcore-666403a4b66fa94d2014b4688b2e6a7b085bd2cc.tar.gz
core-666403a4b66fa94d2014b4688b2e6a7b085bd2cc.zip
loplugin:checkunusedparams in framework
Change-Id: I963159550da9d735bb70636917ecc290744298b4 Reviewed-on: https://gerrit.libreoffice.org/37142 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/inc/services')
-rw-r--r--framework/inc/services/layoutmanager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/services/layoutmanager.hxx b/framework/inc/services/layoutmanager.hxx
index c24455695c13..6b151785eefa 100644
--- a/framework/inc/services/layoutmanager.hxx
+++ b/framework/inc/services/layoutmanager.hxx
@@ -209,7 +209,7 @@ namespace framework
bool implts_resizeContainerWindow( const css::awt::Size& rContainerSize, const css::awt::Point& rComponentPos );
::Size implts_getContainerWindowOutputSize();
- void implts_setDockingAreaWindowSizes( const css::awt::Rectangle& rBorderSpace );
+ void implts_setDockingAreaWindowSizes();
css::awt::Rectangle implts_calcDockingAreaSizes();
bool implts_doLayout( bool bForceRequestBorderSpace, bool bOuterResize );
void implts_doLayout_notify( bool bOuterResize );