summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-05 18:51:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-09-11 23:43:34 +0200
commit157420e496ddebd7101d88ba8d07164d3971ad22 (patch)
treeb126bef25094bdc494604025c7f240f1026f5633 /framework/inc
parent6bddab1d2553defebf6b2ebdd80553413d364dd8 (diff)
Typos
Mainly fixing '..' and '....' Change-Id: Ied226ed148c571d278ae65b3f468bd329f557fa9 Reviewed-on: https://gerrit.libreoffice.org/78669 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/dispatch/closedispatcher.hxx2
-rw-r--r--framework/inc/helper/statusindicator.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/dispatch/closedispatcher.hxx b/framework/inc/dispatch/closedispatcher.hxx
index d0ed8e8bbf87..aa75a3acdab6 100644
--- a/framework/inc/dispatch/closedispatcher.hxx
+++ b/framework/inc/dispatch/closedispatcher.hxx
@@ -191,7 +191,7 @@ class CloseDispatcher : public ::cppu::WeakImplHelper<
Otherwise e.g. the XController->suspend()
call is not made and no UI warn the user about
losing document changes. Because the
- frame is closed ....
+ frame is closed...
@return [bool]
sal_True if closing was successful.
diff --git a/framework/inc/helper/statusindicator.hxx b/framework/inc/helper/statusindicator.hxx
index baff80c4ab28..a97cfe952062 100644
--- a/framework/inc/helper/statusindicator.hxx
+++ b/framework/inc/helper/statusindicator.hxx
@@ -78,7 +78,7 @@ class StatusIndicator : public ::cppu::WeakImplHelper< css::task::XStatusIndica
*/
StatusIndicator(StatusIndicatorFactory* pFactory);
- /** @short does nothing real ....
+ /** @short does nothing real...
*/
virtual ~StatusIndicator() override;