summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorPeter Senna Tschudin <peter.senna@gmail.com>2014-06-29 22:52:35 +0200
committerNoel Grandin <noelgrandin@gmail.com>2014-06-30 07:05:44 +0000
commit0fef0d41f7e373d562c0689107183ab40e09d129 (patch)
tree5d0803b77f7591b92db0a78926f1f1628d3af3e0 /editeng
parent9b6c462b54aa1a5a5c73647c2c6d9568c2b039a5 (diff)
Drop unecessary continue
Change-Id: Ibd16b4328da70d6ae48669a9becdb4690c6ef4df Reviewed-on: https://gerrit.libreoffice.org/9969 Tested-by: Noel Grandin <noelgrandin@gmail.com> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/rtf/svxrtf.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/editeng/source/rtf/svxrtf.cxx b/editeng/source/rtf/svxrtf.cxx
index 0746aa3847e3..19ae8a8c451d 100644
--- a/editeng/source/rtf/svxrtf.cxx
+++ b/editeng/source/rtf/svxrtf.cxx
@@ -1322,7 +1322,6 @@ void SvxRTFItemStackType::Compress( const SvxRTFParser& rParser )
{
pChildList->erase( pChildList->begin() + n );
--n;
- continue;
}
}
if( pChildList->empty() )