diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-12 18:38:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-05-12 22:19:09 +0200 |
commit | 85d2e68d5c8b1c8351d5062cdf4b32189e6c8254 (patch) | |
tree | 0a181e96db7bcfc5e2028cc3fd91e841dc7cb933 /sc/qa | |
parent | 7cfacfd4e990d5b8fd2cb3045cf632b9dd957023 (diff) |
weld ScDataFormDlg
Change-Id: I656a11f5f9c55913cede710cf48543384132129d
Reviewed-on: https://gerrit.libreoffice.org/72199
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/screenshots/screenshots.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/screenshots/screenshots.cxx b/sc/qa/unit/screenshots/screenshots.cxx index 8845bc3b54f2..402db2452590 100644 --- a/sc/qa/unit/screenshots/screenshots.cxx +++ b/sc/qa/unit/screenshots/screenshots.cxx @@ -217,7 +217,7 @@ VclPtr<VclAbstractDialog> ScScreenshotTest::createDialogByID(sal_uInt32 nID) { ////FIXME: looks butt-ugly w/ empty file, move it elsewhere, where ////we actually have some data - pReturnDialog = mpFact->CreateScDataFormDlg(mpViewShell->GetDialogParent(), mpViewShell); + pReturnDialog = mpFact->CreateScDataFormDlg(mpViewShell->GetFrameWeld(), mpViewShell); break; } |