summaryrefslogtreecommitdiff
path: root/framework/inc/helper/persistentwindowstate.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/helper/persistentwindowstate.hxx')
-rw-r--r--framework/inc/helper/persistentwindowstate.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/helper/persistentwindowstate.hxx b/framework/inc/helper/persistentwindowstate.hxx
index e00d7528e7df..90e1169e3cd2 100644
--- a/framework/inc/helper/persistentwindowstate.hxx
+++ b/framework/inc/helper/persistentwindowstate.hxx
@@ -42,8 +42,8 @@ namespace framework{
any external process e.g. the office bean) we save and restore the window state of it
corresponding to the document service factory. That means: one instance of this class will be
a listener on one frame which container window was created by ourself.
- We listen for frame action events and everytimes a component will deattached from a frame
- we store its current position and size to the configuration. Everytimes a new component is
+ We listen for frame action events and every time a component will deattached from a frame
+ we store its current position and size to the configuration. Every time a new component is
attached to a frame first time(!) we restore this information again.
@base ThreadHelpBase