diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 11:00:57 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 11:00:57 +0100 |
commit | 4ea5701ee819de9f28df6dd6ab009e85aa59e975 (patch) | |
tree | 90d2431ea86bb1031d2095de5828c51c7840d4e9 /sfx2 | |
parent | ffb2be24b286edc7de4241aea9f0222164fc923c (diff) |
Typo: "window" not "widow" here
Change-Id: I68fc6c2f6564ea61fd83bb610813a5476dcced39
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/appmain.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/appmain.cxx b/sfx2/source/appl/appmain.cxx index 2c56d19eb3ae..9f97c007a489 100644 --- a/sfx2/source/appl/appmain.cxx +++ b/sfx2/source/appl/appmain.cxx @@ -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. |