diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-05-11 11:13:52 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-05-11 11:13:52 +0200 |
commit | 2de80f9a21f9601b75a2f43c07eb3e0a6509b1e6 (patch) | |
tree | 7ae564d96b40429e5a95ef8b2416b642d31a5f8f /sd | |
parent | 9ddbd8e2bce697ce244a1f6161e8f45312f6e6b2 (diff) |
Fix typo
...introduce with 476ed0aed1c09055fa05209485919a026e5f014e "weld
SdStartPresentationDlg"
Change-Id: If7132905ae81ff6c38646bf47a14596421a13eb5
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/unit/dialogs-test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/dialogs-test.cxx b/sd/qa/unit/dialogs-test.cxx index a4c9c067aa86..f926f0be7948 100644 --- a/sd/qa/unit/dialogs-test.cxx +++ b/sd/qa/unit/dialogs-test.cxx @@ -452,7 +452,7 @@ VclPtr<VclAbstractDialog> SdDialogsTest::createDialogByID(sal_uInt32 nID) aDlgSet.Put(SfxBoolItem(ATTR_PRESENT_SHOW_PAUSELOGO, rPresentationSettings.mbShowPauseLogo)); //SdOptions* pOptions = SD_MOD()->GetSdOptions(DocumentType::Impress); aDlgSet.Put(SfxInt32Item(ATTR_PRESENT_DISPLAY, 0 /*pOptions->GetDisplay()*/)); - vcl::Window* pWin = Application::GetDefDialogParent(), + vcl::Window* pWin = Application::GetDefDialogParent(); pRetval = getSdAbstractDialogFactory()->CreateSdStartPresentationDlg( pWin ? pWin->GetFrameWeld() : nullptr, aDlgSet, |