typo
This commit is contained in:
parent
f8d30ec82d
commit
3db0da5c0b
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ SwWordCountWrapper::SwWordCountWrapper( Window *pParentWindow,
|
|||
SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
|
||||
OSL_ENSURE(pFact, "SwAbstractDialogFactory fail!");
|
||||
pAbstDlg = pFact->CreateSwWordCountDialog( DLG_WORDCOUNT, pBindings, this, pParentWindow, pInfo );
|
||||
OSL_ENSURE(pAbstDlg, "Dialog contruction faiedl!");
|
||||
OSL_ENSURE(pAbstDlg, "Dialog contruction failed!");
|
||||
pWindow = pAbstDlg->GetWindow();
|
||||
|
||||
eChildAlignment = SFX_ALIGN_NOALIGNMENT;
|
||||
|
|
Loading…
Reference in a new issue