Kaydet (Commit) 5ce754ad authored tarafından Julien Nabet's avatar Julien Nabet Kaydeden (comit) Petr Mladek

coverity#982290 Logically dead code

Change-Id: Ia684369faa5fd0eb854d204ac7e8dbf74f032606
Reviewed-on: https://gerrit.libreoffice.org/3067Reviewed-by: 's avatarChristoph Brill <egore911@gmail.com>
Reviewed-by: 's avatarPetr Mladek <pmladek@suse.cz>
Tested-by: 's avatarPetr Mladek <pmladek@suse.cz>
üst e885b4ab
...@@ -448,8 +448,7 @@ void UpdateableResultSet::updateBoolean( sal_Int32 columnIndex, sal_Bool x ) thr ...@@ -448,8 +448,7 @@ void UpdateableResultSet::updateBoolean( sal_Int32 columnIndex, sal_Bool x ) thr
checkUpdate( columnIndex ); checkUpdate( columnIndex );
Statics &st = getStatics(); Statics &st = getStatics();
if( x ) m_updateableField[columnIndex-1].value <<= ( x ? st.TRUE : st.FALSE );
m_updateableField[columnIndex-1].value <<= ( x ? st.TRUE : st.FALSE );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment