Kaydet (Commit) 9a65df25 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1078526 Logically dead code

Change-Id: I203511fcb1e740d7d371821d49a7c13a72e6fc3b
üst c7ee74ce
......@@ -1451,8 +1451,7 @@ AddonsOptions_Impl::ImageEntry* AddonsOptions_Impl::ReadImageData( const OUStrin
SubstituteVariables( aImageURL );
pEntry->addImage(i == OFFSET_IMAGES_SMALL ? IMGSIZE_SMALL : IMGSIZE_BIG,
Image(), aImageURL);
pEntry->addImage(IMGSIZE_BIG, Image(), aImageURL);
}
}
......
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