Kaydet (Commit) 750542c7 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1326119 Constant expression result

Change-Id: Id8e2e21ed5dc77b92b82bbc8000c06dcd660496e
üst 2a855976
......@@ -1054,7 +1054,7 @@ void SwBaseShell::Execute(SfxRequest &rReq)
case FLY_AT_PARA:
// left, from left, right, top, no wrap, wrap left and right
if(eSurround != SURROUND_LEFT || eSurround != SURROUND_RIGHT)
if (eSurround != SURROUND_LEFT && eSurround != SURROUND_RIGHT)
aSet.Put(SwFormatSurround(SURROUND_LEFT));
if( eVOrient != text::VertOrientation::TOP)
......
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