[Libreoffice-commits] core.git: framework/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Jun 19 06:56:39 UTC 2019


 framework/source/fwe/classes/framelistanalyzer.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2ed168b6c15244916b8298d4f8739254315d7a5a
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jun 14 22:43:17 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jun 19 08:56:04 2019 +0200

    Fix typo
    
    Change-Id: I373dbfe89f7563adf7abd44f458da4c79d6f6ca8
    Reviewed-on: https://gerrit.libreoffice.org/74314
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/framework/source/fwe/classes/framelistanalyzer.cxx b/framework/source/fwe/classes/framelistanalyzer.cxx
index 694ebebefa8c..322b47d03e76 100644
--- a/framework/source/fwe/classes/framelistanalyzer.cxx
+++ b/framework/source/fwe/classes/framelistanalyzer.cxx
@@ -59,7 +59,7 @@ FrameListAnalyzer::~FrameListAnalyzer()
     frame wrong. Further we analyze this list and split into different parts.
     E.g. for "CloseDoc" we must know, which frames of the given list refer to the same model.
     These frames must be closed then. But all other frames must be untouched.
-    In case the request was "CloseWin" these splitted lists can be used too, to decide if the last window
+    In case the request was "CloseWin" these split lists can be used too, to decide if the last window
     or document was closed. Then we have to initialize the backing window...
     Last but not least we must know something about our special help frame. It must be handled
     separately. And last but not least - the backing component frame must be detected too.


More information about the Libreoffice-commits mailing list