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

Remove invalid and unnecessary downcast

Change-Id: I2c4daa7057a4faf020b96b587c7a8348adeaeb58
üst 8c515322
...@@ -1119,7 +1119,7 @@ void SwTxtNode::DestroyAttr( SwTxtAttr* pAttr ) ...@@ -1119,7 +1119,7 @@ void SwTxtNode::DestroyAttr( SwTxtAttr* pAttr )
// zeichengebundener Frames" in fesh.cxx, SwFEShell::DelFmt() // zeichengebundener Frames" in fesh.cxx, SwFEShell::DelFmt()
SwFrmFmt* pFmt = pAttr->GetFlyCnt().GetFrmFmt(); SwFrmFmt* pFmt = pAttr->GetFlyCnt().GetFrmFmt();
if( pFmt ) // vom Undo auf 0 gesetzt ?? if( pFmt ) // vom Undo auf 0 gesetzt ??
pDoc->DelLayoutFmt( (SwFlyFrmFmt*)pFmt ); pDoc->DelLayoutFmt( pFmt );
} }
break; break;
......
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