Kaydet (Commit) 2dbe457f authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1338594 Missing break in switch

Change-Id: I32364aff6d99bd67691a27eef439318c21b36695
üst a201f0cc
...@@ -548,6 +548,7 @@ void PowerPointExport::WriteTransition( FSHelperPtr pFS ) ...@@ -548,6 +548,7 @@ void PowerPointExport::WriteTransition( FSHelperPtr pFS )
pThruBlk = "true"; pThruBlk = "true";
bOOXmlSpecificTransition = true; bOOXmlSpecificTransition = true;
} }
break;
} }
case animations::TransitionType::MISCSHAPEWIPE: case animations::TransitionType::MISCSHAPEWIPE:
{ {
...@@ -588,8 +589,8 @@ void PowerPointExport::WriteTransition( FSHelperPtr pFS ) ...@@ -588,8 +589,8 @@ void PowerPointExport::WriteTransition( FSHelperPtr pFS )
bOOXmlSpecificTransition = true; bOOXmlSpecificTransition = true;
break; break;
} }
break;
} }
break;
} }
} }
......
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