Kaydet (Commit) 34823ac1 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

coverity#704031 Unchecked return value

Change-Id: I2db8f517f27ab9c8abe5aa473fad159a1506c06c
üst 6c70a38d
...@@ -3223,7 +3223,7 @@ void FmXFormShell::CreateExternalView() ...@@ -3223,7 +3223,7 @@ void FmXFormShell::CreateExternalView()
{ {
Reference< runtime::XFormController > xAsFormController( m_xExternalViewController, UNO_QUERY ); Reference< runtime::XFormController > xAsFormController( m_xExternalViewController, UNO_QUERY );
ControllerFeatures aHelper( xAsFormController, NULL ); ControllerFeatures aHelper( xAsFormController, NULL );
aHelper->commitCurrentControl(); (void)aHelper->commitCurrentControl();
} }
Reference< runtime::XFormController > xNewController(m_xExtViewTriggerController); Reference< runtime::XFormController > xNewController(m_xExtViewTriggerController);
......
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