diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-06-23 11:38:38 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-06-23 14:12:13 +0200 |
commit | fbd21472afe4c9fd1af3620fc50fcc642ea9ddd6 (patch) | |
tree | 96ad533027efb4fd35cc437c06d5379b7bf7eba7 /chart2 | |
parent | bf39807c67eb2dc7596926486a22d781e8969d47 (diff) |
Fix typos
Change-Id: I1348be80d3150966124a7f62134ecf3df01c659e
Reviewed-on: https://gerrit.libreoffice.org/39158
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/main/ChartController.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/main/ChartController.cxx b/chart2/source/controller/main/ChartController.cxx index 5e278b9bf362..307a2a6d27ed 100644 --- a/chart2/source/controller/main/ChartController.cxx +++ b/chart2/source/controller/main/ChartController.cxx @@ -188,7 +188,7 @@ void ChartController::TheModel::tryTermination() try { //@todo ? are we allowed to use sal_True here if we have the explicit ownership? - //I think yes, because there might be other closelistners later in the list which might be interested still + //I think yes, because there might be other CloseListeners later in the list which might be interested still //but make sure that we do not throw the CloseVetoException here ourselves //so stop listening before trying to terminate or check the source of queryclosing event m_xCloseable->close(true); |