summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-07-14 18:04:31 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-07-14 18:04:31 +0200
commitffafd8e7a0794b3034d6fa047ba5de95e82f84f1 (patch)
treeba614f710eef5c444b67d0bb0be4474259aae67a /framework
parent8c271621c8d2c1e50cfe8bf4866b9a42adf3c9d8 (diff)
-fsanitize=function
Change-Id: I0a57d590d9e82d368b00ef11426e512ba7bc4dd4
Diffstat (limited to 'framework')
-rw-r--r--framework/source/uielement/subtoolbarcontroller.cxx2
1 files changed, 1 insertions, 1 deletions
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<css::uno::Any>& rxArgs )
+ css::uno::Sequence<css::uno::Any> const & rxArgs )
{
return cppu::acquire( new SubToolBarController( rxArgs ) );
}