Kaydet (Commit) 4ea5701e authored tarafından Julien Nabet's avatar Julien Nabet

Typo: "window" not "widow" here

Change-Id: I68fc6c2f6564ea61fd83bb610813a5476dcced39
üst ffb2be24
......@@ -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.
......
......@@ -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();
......
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