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

-fsanitize=function

Change-Id: I0a57d590d9e82d368b00ef11426e512ba7bc4dd4
üst 8c271621
...@@ -450,7 +450,7 @@ css::uno::Sequence< OUString > SubToolBarController::getSupportedServiceNames() ...@@ -450,7 +450,7 @@ css::uno::Sequence< OUString > SubToolBarController::getSupportedServiceNames()
extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface * SAL_CALL extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface * SAL_CALL
com_sun_star_comp_framework_SubToolBarController_get_implementation( com_sun_star_comp_framework_SubToolBarController_get_implementation(
css::uno::XComponentContext*, css::uno::XComponentContext*,
css::uno::Sequence<css::uno::Any>& rxArgs ) css::uno::Sequence<css::uno::Any> const & rxArgs )
{ {
return cppu::acquire( new SubToolBarController( rxArgs ) ); return cppu::acquire( new SubToolBarController( rxArgs ) );
} }
......
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