From ffafd8e7a0794b3034d6fa047ba5de95e82f84f1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 14 Jul 2015 18:04:31 +0200 Subject: -fsanitize=function Change-Id: I0a57d590d9e82d368b00ef11426e512ba7bc4dd4 --- framework/source/uielement/subtoolbarcontroller.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/source/uielement/subtoolbarcontroller.cxx b/framework/source/uielement/subtoolbarcontroller.cxx index 2b6e307f5b31..3a1676028cac 100644 --- a/framework/source/uielement/subtoolbarcontroller.cxx +++ b/framework/source/uielement/subtoolbarcontroller.cxx @@ -450,7 +450,7 @@ css::uno::Sequence< OUString > SubToolBarController::getSupportedServiceNames() extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface * SAL_CALL com_sun_star_comp_framework_SubToolBarController_get_implementation( css::uno::XComponentContext*, - css::uno::Sequence& rxArgs ) + css::uno::Sequence const & rxArgs ) { return cppu::acquire( new SubToolBarController( rxArgs ) ); } -- cgit