[Libreoffice-commits] core.git: vcl/source
Caolán McNamara
caolanm at redhat.com
Fri Oct 14 08:01:01 UTC 2016
vcl/source/control/combobox.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit d83748d6bfaf97c686ced436506102148e796f34
Author: Caolán McNamara <caolanm at 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) )
{
More information about the Libreoffice-commits
mailing list