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

Stephan Bergmann sbergman at redhat.com
Sat Jan 14 18:59:03 UTC 2017


 extensions/source/propctrlr/standardcontrol.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 95bf4e560ac0a28f84133ceabc677887e7b7935e
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Sat Jan 14 19:58:35 2017 +0100

    -Werror,-Wunused-lambda-capture
    
    Change-Id: I0ceabed1f89b6b641d5282fa1c32719bf3ead19c

diff --git a/extensions/source/propctrlr/standardcontrol.cxx b/extensions/source/propctrlr/standardcontrol.cxx
index af15abf..e14086e 100644
--- a/extensions/source/propctrlr/standardcontrol.cxx
+++ b/extensions/source/propctrlr/standardcontrol.cxx
@@ -463,7 +463,7 @@ namespace pcr
     {
         ActionEvent aEvent( *this, OUString( "clicked" ) );
         m_aActionListeners.forEach< XActionListener >(
-            [this, &aEvent] (uno::Reference<awt::XActionListener> const& xListener)
+            [&aEvent] (uno::Reference<awt::XActionListener> const& xListener)
                 { return xListener->actionPerformed(aEvent); });
     }
 


More information about the Libreoffice-commits mailing list