Typo: "window" not "widow" here

Change-Id: I68fc6c2f6564ea61fd83bb610813a5476dcced39
This commit is contained in:
Julien Nabet
2015-02-21 11:00:57 +01:00
parent ffb2be24b2
commit 4ea5701ee8
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ void SfxApplication::Exit()
after Execute() has finished and
- the configuration (SfxConfigManager) was already saved,
- the window positions etc. in the SfxIniManager were written,
- the Application widow still exists, but is hidden
- the Application window still exists, but is hidden
- all Documents and their Views already are closed.
- Dispatcher, Bindings etc. already destroyed.

View File

@@ -634,7 +634,7 @@ SaveDialog::SaveDialog(vcl::Window* pParent, RecoveryCore* pCore)
get(m_pOkBtn, "ok");
// Prepare the office for the following crash save step.
// E.g. hide all open widows so the user can't influence our
// E.g. hide all open windows so the user can't influence our
// operation .-)
m_pCore->doEmergencySavePrepare();