diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-19 17:44:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-20 09:19:54 +0200 |
commit | 039d9b97b720d9dc735413b292382104b63014d5 (patch) | |
tree | e366b57f1bf03ded002414f52bccddf98fb94e2e /framework/inc/uielement/toolbarmanager.hxx | |
parent | c0565f7011fa6d6b295e522c023127970ccce822 (diff) |
loplugin:constparams in framework
Change-Id: Iecd19a0cbb3cc78158c17bfa064cc23bafc44b18
Reviewed-on: https://gerrit.libreoffice.org/40206
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/inc/uielement/toolbarmanager.hxx')
-rw-r--r-- | framework/inc/uielement/toolbarmanager.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/uielement/toolbarmanager.hxx b/framework/inc/uielement/toolbarmanager.hxx index 9821c05cace3..d5f9e11f70b4 100644 --- a/framework/inc/uielement/toolbarmanager.hxx +++ b/framework/inc/uielement/toolbarmanager.hxx @@ -91,7 +91,7 @@ class ToolBarManager : public ToolbarManager_Base void CheckAndUpdateImages(); virtual void RefreshImages(); void FillToolbar( const css::uno::Reference< css::container::XIndexAccess >& rToolBarData ); - void FillOverflowToolbar( ToolBox* pParent ); + void FillOverflowToolbar( ToolBox const * pParent ); void notifyRegisteredControllers( const OUString& aUIElementName, const OUString& aCommand ); void Destroy(); @@ -128,7 +128,7 @@ class ToolBarManager : public ToolbarManager_Base virtual bool MenuItemAllowed( sal_uInt16 ) const; - void AddCustomizeMenuItems(ToolBox* pToolBar); + void AddCustomizeMenuItems(ToolBox const * pToolBar); void InitImageManager(); void RemoveControllers(); void CreateControllers(); |