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

lplugin:redundantcast

Change-Id: I028563d4b93d5671b87f07c63c4b705bbabff676
üst 3eef75bd
......@@ -1682,8 +1682,8 @@ bool SwXParaFrameEnumerationImpl::CreateNextObject()
if (!m_vFrames.size())
return false;
SwFrameFormat* const pFormat = static_cast<SwFrameFormat*>(const_cast<SwModify*>(
m_vFrames.front()->GetRegisteredIn()));
SwFrameFormat* const pFormat = static_cast<SwFrameFormat*>(
m_vFrames.front()->GetRegisteredIn());
m_vFrames.pop_front();
// the format should be valid here, otherwise the client
// would have been removed by PurgeFrameClients
......
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