diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-05-19 21:21:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-05-20 21:15:27 +0200 |
commit | 7b4a3cefdd1137ce2e42616b2fb1dcf77d01db7b (patch) | |
tree | ec6f4ac3eece4dc1aaa95199c84e609f6ce5f4c1 /sc/qa/unit/screenshots | |
parent | ef200af8976087216d6c8ddeac7b2fcaba7ebaa1 (diff) |
weld ScDataPilotDatabaseDlg
Change-Id: Ie8e9914bb8042e33a2ab2a1e07bb0203a54d5422
Reviewed-on: https://gerrit.libreoffice.org/54584
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/qa/unit/screenshots')
-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 5438f738db7b..59a10ef21dd9 100644 --- a/sc/qa/unit/screenshots/screenshots.cxx +++ b/sc/qa/unit/screenshots/screenshots.cxx @@ -178,7 +178,7 @@ VclPtr<VclAbstractDialog> ScScreenshotTest::createDialogByID(sal_uInt32 nID) case 4: // "modules/scalc/ui/selectdatasource.ui" { - pReturnDialog = mpFact->CreateScDataPilotDatabaseDlg(mpViewShell->GetDialogParent()); + pReturnDialog = mpFact->CreateScDataPilotDatabaseDlg(mpViewShell->GetFrameWeld()); break; } case 5: // "modules/scalc/ui/selectsource.ui" |