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

New commits:
commit 171118e14977cc3b8184f38daa447c660c37517b
Author:     Muhammet Kara <[email protected]>
AuthorDate: Thu Jun 27 23:10:16 2019 +0300
Commit:     Muhammet Kara <[email protected]>
CommitDate: Sat Jun 29 14:02:03 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 <[email protected]>
    Reviewed-on: https://gerrit.libreoffice.org/74871
    Tested-by: Muhammet Kara <[email protected]>

diff --git a/sw/source/uibase/shells/drwbassh.cxx 
b/sw/source/uibase/shells/drwbassh.cxx
index 6c77a0dc1eab..91c9bcf9090a 100644
--- a/sw/source/uibase/shells/drwbassh.cxx
+++ b/sw/source/uibase/shells/drwbassh.cxx
@@ -188,7 +188,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
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to