Kaydet (Commit) d1421ed9 authored tarafından Korrawit Pruegsanusak's avatar Korrawit Pruegsanusak

typo

üst e10aed11
......@@ -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 failed!");
OSL_ENSURE(pAbstDlg, "Dialog construction failed!");
pWindow = pAbstDlg->GetWindow();
eChildAlignment = SFX_ALIGN_NOALIGNMENT;
......
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