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

New commits:
commit 3aa02e11e489c0f82024f5e323d6b63b4dcc3193
Author:     Muhammet Kara <muhammet.k...@collabora.com>
AuthorDate: Thu Jun 27 23:10:16 2019 +0300
Commit:     Muhammet Kara <muhammet.k...@collabora.com>
CommitDate: Fri Jun 28 00:38:16 2019 +0200

    Give a parent to the Position and Size (Transform) dialog
    
    So that it can be used on lool side
    
    Change-Id: If4b4e286f2f21ed8a5e9907f182878690c65bf5a
    Reviewed-on: https://gerrit.libreoffice.org/74824
    Tested-by: Jenkins
    Reviewed-by: Muhammet Kara <muhammet.k...@collabora.com>

diff --git a/sw/source/uibase/shells/drwbassh.cxx 
b/sw/source/uibase/shells/drwbassh.cxx
index f3b49d1f64a2..94799bc4a80a 100644
--- a/sw/source/uibase/shells/drwbassh.cxx
+++ b/sw/source/uibase/shells/drwbassh.cxx
@@ -190,7 +190,7 @@ void SwDrawBaseShell::Execute(SfxRequest const &rReq)
                         {
                             SvxAbstractDialogFactory* pFact = 
SvxAbstractDialogFactory::Create();
                             VclPtr<AbstractSvxCaptionDialog> pCaptionDlg =
-                                    pFact->CreateCaptionDialog( nullptr, 
pSdrView, nAllowedAnchors );
+                                    pFact->CreateCaptionDialog( 
rReq.GetFrameWeld(), pSdrView, nAllowedAnchors );
                             pDlg.disposeAndReset(pCaptionDlg);
                             pCaptionDlg->SetValidateFramePosLink( LINK(this, 
SwDrawBaseShell, ValidatePosition) );
                         }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to