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

Improved loplugin:redundantcast const_cast handling: svx

Change-Id: I6a504593e6331c75053bce4743d2671277c9204f
üst b6aac4e5
......@@ -149,7 +149,7 @@ namespace
void FmFormPageImpl::initFrom( FmFormPageImpl& i_foreignImpl )
{
// clone the Forms collection
const Reference< css::form::XForms > xForeignForms( const_cast< FmFormPageImpl& >( i_foreignImpl ).getForms( false ) );
const Reference< css::form::XForms > xForeignForms( i_foreignImpl.getForms( false ) );
if ( !xForeignForms.is() )
return;
......
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