Kaydet (Commit) bbe2a867 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: reinterpret_cast used between related classes, so use static_cast

üst d6f2418d
......@@ -1104,7 +1104,7 @@ ScDocShell* XclExpXmlStream::getDocShell()
ScModelObj *pObj = dynamic_cast < ScModelObj* >( xModel.get() );
if ( pObj )
return reinterpret_cast < ScDocShell* >( pObj->GetEmbeddedObject() );
return static_cast < ScDocShell* >( pObj->GetEmbeddedObject() );
return 0;
}
......
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