vcl/source/control/combobox.cxx | 2 -- 1 file changed, 2 deletions(-) New commits: commit d83748d6bfaf97c686ced436506102148e796f34 Author: Caolán McNamara <caol...@redhat.com> Date: Fri Oct 14 08:55:54 2016 +0100
coverity#1373665 Useless call it was always this way, so might as well lock that in now. Odd that it warns now, maybe it warned before and it got ignored and now the ResId changes are in it appears as a new warning Change-Id: I81c04aa4e28b280641cbfaddbb3b776928a7ad6d diff --git a/vcl/source/control/combobox.cxx b/vcl/source/control/combobox.cxx index 4dd8300..398fff4 100644 --- a/vcl/source/control/combobox.cxx +++ b/vcl/source/control/combobox.cxx @@ -169,8 +169,6 @@ void ComboBox::ImplCalcEditHeight() void ComboBox::ImplInit( vcl::Window* pParent, WinBits nStyle ) { - ImplInitStyle( nStyle ); - bool bNoBorder = ( nStyle & WB_NOBORDER ) != 0; if ( !(nStyle & WB_DROPDOWN) ) {
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits