summaryrefslogtreecommitdiff
path: root/sd/qa
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-10-18 11:24:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-10-18 15:09:54 +0200
commitb7d4b1dae5ad05370b8ac289ae2642aa4236111a (patch)
tree555d07ff8c5bdb78dd5f4645c538639a8d28a939 /sd/qa
parent0e19bb2583717a0284e95f47b1094a5849dfeeaf (diff)
weld SdTabTemplateDlg
Change-Id: I3aae53844f839ff54fab85ab4649c0bf0691e6de Reviewed-on: https://gerrit.libreoffice.org/61927 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/qa')
-rw-r--r--sd/qa/unit/dialogs-test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/dialogs-test.cxx b/sd/qa/unit/dialogs-test.cxx
index 738b84dd0f7f..7f475dfa70b4 100644
--- a/sd/qa/unit/dialogs-test.cxx
+++ b/sd/qa/unit/dialogs-test.cxx
@@ -502,7 +502,7 @@ VclPtr<VclAbstractDialog> SdDialogsTest::createDialogByID(sal_uInt32 nID)
SdDrawDocument* pDrawDoc = getSdXImpressDocument()->GetDoc();
CPPUNIT_ASSERT(pDrawDoc);
pRetval = getSdAbstractDialogFactory()->CreateSdTabTemplateDlg(
- getViewShell()->GetActiveWindow(),
+ getViewShell()->GetFrameWeld(),
getDocShell(),
*pStyleSheet,
pDrawDoc,