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

loplugin:redundantcast: const_cast to same type

Change-Id: Ifced01f17de220d430bb9d51d1fdc67242efcff8
üst 8332862a
......@@ -653,7 +653,7 @@ void ImplApplyFilterData( ::Graphic& rGraphic, uno::Sequence< beans::PropertyVal
// only optimizing common bitmap actions:
case( MetaActionType::MAPMODE ):
{
const_cast< MetaAction* >( pAction )->Execute( aDummyVDev.get() );
pAction->Execute( aDummyVDev.get() );
break;
}
case( MetaActionType::PUSH ):
......
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