Kaydet (Commit) 0fef0d41 authored tarafından Peter Senna Tschudin's avatar Peter Senna Tschudin Kaydeden (comit) Noel Grandin

Drop unecessary continue

Change-Id: Ibd16b4328da70d6ae48669a9becdb4690c6ef4df
Reviewed-on: https://gerrit.libreoffice.org/9969Tested-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
Reviewed-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
üst 9b6c462b
......@@ -1322,7 +1322,6 @@ void SvxRTFItemStackType::Compress( const SvxRTFParser& rParser )
{
pChildList->erase( pChildList->begin() + n );
--n;
continue;
}
}
if( pChildList->empty() )
......
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