From 8ab1fe71f546dd5f8d3ec8f53a0fb31e24d55adc Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 23 Mar 2017 09:38:05 +0200 Subject: remove unused helpid in SfxShell Unused since commit 2c8fe2e737b84ecd3dbac36a4fe6bd061bbd3bae "update unusedmethods plugin to deal with constructors" where I removed a unused SfxDockingWindow constructor. And in that case, the helpid was only being used to assign the window a UniqueId. Change-Id: I148e424424fcf08449440b83a8600071b39d7a07 Reviewed-on: https://gerrit.libreoffice.org/35554 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svx/source/toolbars/extrusionbar.cxx | 1 - svx/source/toolbars/fontworkbar.cxx | 1 - 2 files changed, 2 deletions(-) (limited to 'svx') diff --git a/svx/source/toolbars/extrusionbar.cxx b/svx/source/toolbars/extrusionbar.cxx index fbe92238b3bb..7287e3a9f3df 100644 --- a/svx/source/toolbars/extrusionbar.cxx +++ b/svx/source/toolbars/extrusionbar.cxx @@ -69,7 +69,6 @@ ExtrusionBar::ExtrusionBar(SfxViewShell* pViewShell ) if( pViewShell ) SetPool(&pViewShell->GetPool()); - SetHelpId( SVX_INTERFACE_EXTRUSION_BAR ); SetName(SVX_RESSTR(RID_SVX_EXTRUSION_BAR)); } diff --git a/svx/source/toolbars/fontworkbar.cxx b/svx/source/toolbars/fontworkbar.cxx index e2bd0ad7e518..176945de222e 100644 --- a/svx/source/toolbars/fontworkbar.cxx +++ b/svx/source/toolbars/fontworkbar.cxx @@ -190,7 +190,6 @@ FontworkBar::FontworkBar(SfxViewShell* pViewShell ) if( pViewShell ) SetPool(&pViewShell->GetPool()); - SetHelpId( SVX_INTERFACE_FONTWORK_BAR ); SetName( SVX_RESSTR( RID_SVX_FONTWORK_BAR )); } -- cgit