vcl/source/control/imivctl1.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6ca02ef177df62edb124881248a1ebcd9876ff4c Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Tue Jul 23 13:15:36 2024 +0200 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Wed Jul 24 05:52:28 2024 +0200 icon choice ctrl: Drop unnecessary cast Change-Id: Ic9de7dae6f9341889fc4dec9ecf798aae63dd4b7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170899 Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> Tested-by: Jenkins diff --git a/vcl/source/control/imivctl1.cxx b/vcl/source/control/imivctl1.cxx index 6061f83b2773..22e41a967470 100644 --- a/vcl/source/control/imivctl1.cxx +++ b/vcl/source/control/imivctl1.cxx @@ -1853,7 +1853,7 @@ bool SvxIconChoiceCtrl_Impl::RequestHelp( const HelpEvent& rHEvt ) sHelpText = sQuickHelpText; else sHelpText = aEntryText; - Help::ShowQuickHelp( static_cast<vcl::Window*>(pView), aOptTextRect, sHelpText, QuickHelpFlags::Left | QuickHelpFlags::VCenter ); + Help::ShowQuickHelp(pView, aOptTextRect, sHelpText, QuickHelpFlags::Left | QuickHelpFlags::VCenter); } return true;