summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-17 12:51:58 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-17 17:05:34 +0200
commit902f09e49fa5c5f016f5ea82e184a34d85ba2dea (patch)
treec75694480a2afdb7dc4e01a1ea8956b6a1b9f2d4 /framework
parent2674cf29a87c8f56ccf9f491c496e36ce4e8e367 (diff)
Fix typos
Change-Id: I3f7feca68e10e53ac1a6bce2b3920fa0a142a5ef Reviewed-on: https://gerrit.libreoffice.org/77628 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/helper/statusindicator.hxx6
-rw-r--r--framework/source/dispatch/closedispatcher.cxx4
2 files changed, 5 insertions, 5 deletions
diff --git a/framework/inc/helper/statusindicator.hxx b/framework/inc/helper/statusindicator.hxx
index b5a9744c0743..baff80c4ab28 100644
--- a/framework/inc/helper/statusindicator.hxx
+++ b/framework/inc/helper/statusindicator.hxx
@@ -35,14 +35,14 @@ namespace framework{
/**
@short implement a status indicator object
- @descr With this indicator you can show a message and a progress ...
+ @descr With this indicator you can show a message and a progress...
but you share the output device with other indicator objects,
if this instances was created by the same factory.
Then the last created object has full access to device.
All others change her internal data structure only.
- All objects of this StatusIndicator class calls a c++ interface
- on the StatusIndicatorFactory (where they was created).
+ All objects of this StatusIndicator class calls a C++ interface
+ on the StatusIndicatorFactory (where they were created).
The factory holds all data structures and paints the progress.
@devstatus ready to use
diff --git a/framework/source/dispatch/closedispatcher.cxx b/framework/source/dispatch/closedispatcher.cxx
index 46ed7d59ebd2..843a4b1b57d9 100644
--- a/framework/source/dispatch/closedispatcher.cxx
+++ b/framework/source/dispatch/closedispatcher.cxx
@@ -136,10 +136,10 @@ void SAL_CALL CloseDispatcher::dispatchWithNotification(const css::util::URL&
// SAFE -> ----------------------------------
SolarMutexClearableGuard aWriteLock;
- // This reference indicates, that we was already called before and
+ // This reference indicates, that we were already called before and
// our asynchronous process was not finished yet.
// We have to reject double calls. Otherwise we risk,
- // that we try to close an already closed resource ...
+ // that we try to close an already closed resource...
// And it is no problem to do nothing then. The UI user will try it again, if
// non of these jobs was successful.
if (m_xSelfHold.is())