diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-14 08:55:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-14 08:57:33 +0100 |
commit | d83748d6bfaf97c686ced436506102148e796f34 (patch) | |
tree | d9649395ad2925a05c87e4b2bca075524c0121d0 /vcl/source | |
parent | e8e2b71ea5a8a7147dbb14990aa73a98f7abcb03 (diff) |
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
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/control/combobox.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/control/combobox.cxx b/vcl/source/control/combobox.cxx index 4dd830034ef9..398fff47a972 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) ) { |