summaryrefslogtreecommitdiff
path: root/framework/inc/helper/statusindicator.hxx
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/inc/helper/statusindicator.hxx
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/inc/helper/statusindicator.hxx')
-rw-r--r--framework/inc/helper/statusindicator.hxx6
1 files changed, 3 insertions, 3 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