Kaydet (Commit) 2de80f9a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix typo

...introduce with 476ed0ae "weld
SdStartPresentationDlg"

Change-Id: If7132905ae81ff6c38646bf47a14596421a13eb5
üst 9ddbd8e2
...@@ -452,7 +452,7 @@ VclPtr<VclAbstractDialog> SdDialogsTest::createDialogByID(sal_uInt32 nID) ...@@ -452,7 +452,7 @@ VclPtr<VclAbstractDialog> SdDialogsTest::createDialogByID(sal_uInt32 nID)
aDlgSet.Put(SfxBoolItem(ATTR_PRESENT_SHOW_PAUSELOGO, rPresentationSettings.mbShowPauseLogo)); aDlgSet.Put(SfxBoolItem(ATTR_PRESENT_SHOW_PAUSELOGO, rPresentationSettings.mbShowPauseLogo));
//SdOptions* pOptions = SD_MOD()->GetSdOptions(DocumentType::Impress); //SdOptions* pOptions = SD_MOD()->GetSdOptions(DocumentType::Impress);
aDlgSet.Put(SfxInt32Item(ATTR_PRESENT_DISPLAY, 0 /*pOptions->GetDisplay()*/)); aDlgSet.Put(SfxInt32Item(ATTR_PRESENT_DISPLAY, 0 /*pOptions->GetDisplay()*/));
vcl::Window* pWin = Application::GetDefDialogParent(), vcl::Window* pWin = Application::GetDefDialogParent();
pRetval = getSdAbstractDialogFactory()->CreateSdStartPresentationDlg( pRetval = getSdAbstractDialogFactory()->CreateSdStartPresentationDlg(
pWin ? pWin->GetFrameWeld() : nullptr, pWin ? pWin->GetFrameWeld() : nullptr,
aDlgSet, aDlgSet,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment