Kaydet (Commit) b03278df authored tarafından Julien Nabet's avatar Julien Nabet

Remove consecutive break and a break which follows a return

Change-Id: I8dec9eda857f7da452992bc785426449933acc59
üst 1e313e75
......@@ -235,7 +235,6 @@ FNFCISTATUS(fnStatus) /*(UINT typeStatus, ULONG cb1, ULONG cb2, void FAR *pv)*/
case statusCabinet:
printf("\rWriting cabinet file (%d of approx. %d bytes)", cb1, cb2);
return cb2;
break;
}
return 0;
......
......@@ -989,7 +989,6 @@ void GraphicImport::lcl_attribute(Id nName, Value & val)
case NS_ooxml::LN_CT_Inline_distR:
m_pImpl->nRightMargin = ConversionHelper::convertTwipToMM100(nIntValue);
break;
break;
case NS_ooxml::LN_CT_GraphicalObjectData_uri:
val.getString();
//TODO: does it need to be handled?
......
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