Kaydet (Commit) 181e560b authored tarafından Arkadiy Illarionov's avatar Arkadiy Illarionov Kaydeden (comit) Noel Grandin

Remove redundant condition

Change-Id: I21385a37a5e2107069919250dd35812ac5972422
Reviewed-on: https://gerrit.libreoffice.org/68411
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst c5ac80d9
......@@ -1851,7 +1851,7 @@ svx::SpellPortions SentenceEditWindow_Impl::CreateSpellPortions() const
aRet.push_back(aPortion1);
}
else if(!aBreakPositions.empty())
else
{
LanguagePositions_Impl::iterator aStart = aBreakPositions.begin();
//start should always be Null
......
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