Typo: "window" not "widow" here
Change-Id: I68fc6c2f6564ea61fd83bb610813a5476dcced39
This commit is contained in:
@@ -79,7 +79,7 @@ void SfxApplication::Exit()
|
|||||||
after Execute() has finished and
|
after Execute() has finished and
|
||||||
- the configuration (SfxConfigManager) was already saved,
|
- the configuration (SfxConfigManager) was already saved,
|
||||||
- the window positions etc. in the SfxIniManager were written,
|
- 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.
|
- all Documents and their Views already are closed.
|
||||||
- Dispatcher, Bindings etc. already destroyed.
|
- Dispatcher, Bindings etc. already destroyed.
|
||||||
|
|
||||||
|
@@ -634,7 +634,7 @@ SaveDialog::SaveDialog(vcl::Window* pParent, RecoveryCore* pCore)
|
|||||||
get(m_pOkBtn, "ok");
|
get(m_pOkBtn, "ok");
|
||||||
|
|
||||||
// Prepare the office for the following crash save step.
|
// 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 .-)
|
// operation .-)
|
||||||
m_pCore->doEmergencySavePrepare();
|
m_pCore->doEmergencySavePrepare();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user