[Libreoffice-commits] core.git: framework/source

Stephan Bergmann sbergman at redhat.com
Tue Jul 14 09:05:01 PDT 2015


 framework/source/uielement/subtoolbarcontroller.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ffafd8e7a0794b3034d6fa047ba5de95e82f84f1
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Jul 14 18:04:31 2015 +0200

    -fsanitize=function
    
    Change-Id: I0a57d590d9e82d368b00ef11426e512ba7bc4dd4

diff --git a/framework/source/uielement/subtoolbarcontroller.cxx b/framework/source/uielement/subtoolbarcontroller.cxx
index 2b6e307..3a16760 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 ) );
 }


More information about the Libreoffice-commits mailing list