summaryrefslogtreecommitdiff
path: root/sd/qa
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-02-11 17:32:44 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-02-12 12:11:07 +0100
commitc4a91f1409fc21d92f207718f29377c2862e381f (patch)
tree103fdcc0d6bd2b06334ddf5cc8b99e90eb8f1d96 /sd/qa
parent20f6e0babf3cb0dd66a2dfcfa7a15cb2d9f2592b (diff)
weld SdInsertPagesObjsDlg
Change-Id: Ie8e0eaa6122274d86f2d16597cd928acd15df05c Reviewed-on: https://gerrit.libreoffice.org/67695 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 7f475dfa70b4..7a8ea154a8c2 100644
--- a/sd/qa/unit/dialogs-test.cxx
+++ b/sd/qa/unit/dialogs-test.cxx
@@ -383,7 +383,7 @@ VclPtr<VclAbstractDialog> SdDialogsTest::createDialogByID(sal_uInt32 nID)
CPPUNIT_ASSERT(pDrawDoc);
const OUString aFileName("foo");
pRetval = getSdAbstractDialogFactory()->CreateSdInsertPagesObjsDlg(
- getViewShell()->GetActiveWindow(),
+ getViewShell()->GetFrameWeld(),
pDrawDoc,
nullptr,
aFileName);