sw/source/uibase/shells/drwbassh.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 45415384b38156d2c83599e5c91de376c0c788ac
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Sun Jul 14 17:14:58 2019 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Sun Jul 14 20:32:22 2019 +0200

    rMarkList shall presumably be captured by reference
    
    ...in the lambda introduced by f86578129a14e2e70a50a9e13afaed7ad522463a
    "lokdialog: Convert the Format -> Position and Size... to async exec for sw"
    
    Change-Id: Ie1ead8f21ac0466001a37cfc75c17bd21d26e7e7
    Reviewed-on: https://gerrit.libreoffice.org/75586
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/sw/source/uibase/shells/drwbassh.cxx 
b/sw/source/uibase/shells/drwbassh.cxx
index 2b6a66393cb1..4cc10c9be1d1 100644
--- a/sw/source/uibase/shells/drwbassh.cxx
+++ b/sw/source/uibase/shells/drwbassh.cxx
@@ -239,7 +239,7 @@ void SwDrawBaseShell::Execute(SfxRequest const &rReq)
 
                         pDlg->SetInputSet( &aSet );
 
-                        pDlg->StartExecuteAsync([=](sal_Int32 nResult){
+                        pDlg->StartExecuteAsync([=, &rMarkList](sal_Int32 
nResult){
                             if (nResult == RET_OK)
                             {
                                 SwFormatVertOrient 
aVOrientFinal(pFrameFormat->GetFormatAttr(RES_VERT_ORIENT));
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to