From 9d65987055a6127899403951cec270f1cf5295e5 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 17 Dec 2021 15:41:52 +0100 Subject: Fix typos Change-Id: I7f1636226c4fbe29d9d2ef850318a9d57f1b5450 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127009 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- framework/inc/helper/persistentwindowstate.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') 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. -- cgit