diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-25 11:18:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-25 12:33:21 +0000 |
commit | dd139fa3e49991c06e08133d6f3afd62ce894052 (patch) | |
tree | c0a9fb7ef2f815a972c44acdb02ec3dd3364f68a /oox/source/ole | |
parent | 1cc0bdd037f75eb0294c81b31ac32509577b80e2 (diff) |
coverity#735446 Logically dead code
Change-Id: I6615145e2529193cbe72f4e5d326832a5b8864d0
Diffstat (limited to 'oox/source/ole')
-rw-r--r-- | oox/source/ole/olehelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ole/olehelper.cxx b/oox/source/ole/olehelper.cxx index fac3ec41733d..2d1bdd5a71e8 100644 --- a/oox/source/ole/olehelper.cxx +++ b/oox/source/ole/olehelper.cxx @@ -511,7 +511,7 @@ bool MSConvertOCXControls::importControlFromStream( ::oox::BinaryInputStream& rI bool bOneOfHtmlControls = false; if ( rStrmClassId.toAsciiUpperCase().equalsAscii( HTML_GUID_SELECT ) || rStrmClassId.toAsciiUpperCase().equalsAscii( HTML_GUID_TEXTBOX ) ) - bOneOfHtmlControls = false; + bOneOfHtmlControls = true; if ( bOneOfHtmlControls ) { |