summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-12-10 22:33:40 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-12-10 22:34:08 +0100
commitaf7d374d013baad34f66989dbb9443af85bd8040 (patch)
tree9557509f40b9738453f0ce5c7591cc1a65a50c64 /sfx2/source
parent098242fdf2a2d48dd75c20d2ec9bf80057ae8021 (diff)
Typo: postion(s)=>position(s)
Change-Id: Id2957f1cb68fc4b2fef9966abeb6745b548bcb75
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/appl/appmain.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/appmain.cxx b/sfx2/source/appl/appmain.cxx
index 209b119ae6a9..2c56d19eb3ae 100644
--- a/sfx2/source/appl/appmain.cxx
+++ b/sfx2/source/appl/appmain.cxx
@@ -78,7 +78,7 @@ void SfxApplication::Exit()
This virtual method is called from SFx through Application::Main(),
after Execute() has finished and
- the configuration (SfxConfigManager) was already saved,
- - the window postions etc. in the SfxIniManager were written,
+ - the window positions etc. in the SfxIniManager were written,
- the Application widow still exists, but is hidden
- all Documents and their Views already are closed.
- Dispatcher, Bindings etc. already destroyed.