diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-11-10 16:12:50 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-11-10 16:12:50 +0100 |
commit | 2d2160bbbd326fa3249d10bed97392215027c8c9 (patch) | |
tree | 4c2b4c1e8f6cbcf66865b7c7bd356f0391b4afcf /sd | |
parent | 06d3294502413a231e5c5265609862c7f67a2f2b (diff) |
Adapt sd.screenshot
to b1164b07f9fdcd06a77dbdd74d45245a7c42c93e "loplugin:constantparam in sd"
Change-Id: I5e03c9ab19af630cdc536fddcb2f39815084b714
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/unit/dialogs-test.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/qa/unit/dialogs-test.cxx b/sd/qa/unit/dialogs-test.cxx index 3b10d337a3ca..c98b143dfab9 100644 --- a/sd/qa/unit/dialogs-test.cxx +++ b/sd/qa/unit/dialogs-test.cxx @@ -483,7 +483,6 @@ VclAbstractDialog* SdDialogsTest::createDialogByID(sal_uInt32 nID) // CreateSdPresLayoutDlg(::sd::DrawDocShell* pDocShell, vcl::Window* pWindow, const SfxItemSet& rInAttrs) override; pRetval = getSdAbstractDialogFactory()->CreateSdPresLayoutDlg( getDocShell(), - Application::GetDefDialogParent(), getEmptySfxItemSet()); break; } |