summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-14 22:43:17 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-19 08:56:04 +0200
commit2ed168b6c15244916b8298d4f8739254315d7a5a (patch)
treeaefe6b090b4a202368fba5b90361f0a485cec6b4
parent54d63ea296fa7598711226af2ce2ea368e3ca93a (diff)
Fix typo
Change-Id: I373dbfe89f7563adf7abd44f458da4c79d6f6ca8 Reviewed-on: https://gerrit.libreoffice.org/74314 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--framework/source/fwe/classes/framelistanalyzer.cxx2
1 files changed, 1 insertions, 1 deletions
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.