summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-12-17 15:41:52 +0100
committerJulien Nabet <serval2412@yahoo.fr>2021-12-17 20:43:28 +0100
commit9d65987055a6127899403951cec270f1cf5295e5 (patch)
tree676bb89d4011d0ef7f818660b6dac09c2e98fd1c /framework
parent31f51598fd08c2b76583a1baad0c0d6d4b336664 (diff)
Fix typos
Change-Id: I7f1636226c4fbe29d9d2ef850318a9d57f1b5450 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127009 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/helper/persistentwindowstate.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/helper/persistentwindowstate.hxx b/framework/inc/helper/persistentwindowstate.hxx
index 2dd9391576df..f796a9bdcc06 100644
--- a/framework/inc/helper/persistentwindowstate.hxx
+++ b/framework/inc/helper/persistentwindowstate.hxx
@@ -39,7 +39,7 @@ 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 every time a component will deattached from a frame
+ We listen for frame action events and every time a component will detached 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.