[Libreoffice-commits] core.git: sw/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Sun Jul 14 18:33:16 UTC 2019
sw/source/uibase/shells/drwbassh.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 45415384b38156d2c83599e5c91de376c0c788ac
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Sun Jul 14 17:14:58 2019 +0200
Commit: Stephan Bergmann <sbergman at 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 <sbergman at 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));
More information about the Libreoffice-commits
mailing list