summaryrefslogtreecommitdiff
path: root/framework/inc/helper/statusindicator.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-10-01 13:22:58 +0200
committerOliver Specht <oliver.specht@cib.de>2015-10-01 11:26:35 +0000
commita0649f316ec53e878b5c9ffef67adb712fe9935f (patch)
tree00037da921d3ccd3049d897a258548674ae77f32 /framework/inc/helper/statusindicator.hxx
parent33d165a9f18c4bfcf5b878adf7057195cda4194f (diff)
Fix typos
Change-Id: Id94c03249b2752e88499628b3ad12936b361bb2f Reviewed-on: https://gerrit.libreoffice.org/18950 Reviewed-by: Oliver Specht <oliver.specht@cib.de> Tested-by: Oliver Specht <oliver.specht@cib.de>
Diffstat (limited to 'framework/inc/helper/statusindicator.hxx')
-rw-r--r--framework/inc/helper/statusindicator.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/helper/statusindicator.hxx b/framework/inc/helper/statusindicator.hxx
index 032d2440ad80..62ba0911f7eb 100644
--- a/framework/inc/helper/statusindicator.hxx
+++ b/framework/inc/helper/statusindicator.hxx
@@ -61,7 +61,7 @@ class StatusIndicator : public ::cppu::WeakImplHelper< css::task::XStatusIndica
/** @short weak reference to our factory
@descr All our interface calls will be forwarded
to a suitable c++ interface on this factory.
- But we dont hold our factory alive. They
+ But we don't hold our factory alive. They
correspond with e.g. with a Frame service and
will be owned by him. If the frame will be closed
he close our factory too ...