diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-23 09:38:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-23 10:51:13 +0000 |
commit | 8ab1fe71f546dd5f8d3ec8f53a0fb31e24d55adc (patch) | |
tree | 0fb2ccbfea84f9c527964889e6066fa89ace1066 /svx/source/toolbars/fontworkbar.cxx | |
parent | 61ecebe0d0febe8429d965355356a9f0f34b323b (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/toolbars/fontworkbar.cxx')
-rw-r--r-- | svx/source/toolbars/fontworkbar.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 )); } |