Kaydet (Commit) 6cc9c8c6 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

clang-analyzer-deadcode.DeadStores

Change-Id: If934445fc597015198486445c9d33ad2994d6fee
üst 7ea8f8af
......@@ -462,8 +462,6 @@ void LwpFrame::ApplyPosType(XFFrameStyle* pFrameStyle)
{
eXPos = enumXFFrameXPosFromLeft;
eXRel = enumXFFrameXRelPage;
eYPos = enumXFFrameYPosBelow; //below
eYRel = enumXFFrameYRelChar; //from char
//set vertical position
LwpVirtualLayout* pContainer = m_pLayout->GetContainerLayout();
if(pContainer && pContainer->IsPage())//in page
......
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