From 4883fd31141c3598b25a123033297f847cd18552 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 23 May 2018 14:15:46 +0100 Subject: weld ScTabBgColorDlg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I864382bc55dead850c13faae9958fb660fd4f156 Reviewed-on: https://gerrit.libreoffice.org/54809 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sc/qa/unit/screenshots/screenshots.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/qa') diff --git a/sc/qa/unit/screenshots/screenshots.cxx b/sc/qa/unit/screenshots/screenshots.cxx index 9eb753dd61fd..8b16314fd87d 100644 --- a/sc/qa/unit/screenshots/screenshots.cxx +++ b/sc/qa/unit/screenshots/screenshots.cxx @@ -217,7 +217,7 @@ VclPtr ScScreenshotTest::createDialogByID(sal_uInt32 nID) case 9: // "modules/scalc/ui/tabcolordialog.ui" { - pReturnDialog = mpFact->CreateScTabBgColorDlg(mpViewShell->GetDialogParent(), + pReturnDialog = mpFact->CreateScTabBgColorDlg(mpViewShell->GetFrameWeld(), ScResId(SCSTR_SET_TAB_BG_COLOR), ScResId(SCSTR_NO_TAB_BG_COLOR), Color(0xff00ff) ); break; -- cgit