diff options
author | Jesús Corrius <jcorrius@gmail.com> | 2013-09-26 10:21:12 +0200 |
---|---|---|
committer | Jesús Corrius <jcorrius@gmail.com> | 2013-09-26 10:21:12 +0200 |
commit | 6a3cf741d1d4d9e700c14da6d6ae386d3aa372f8 (patch) | |
tree | 31e7dd398ac2fdac83324154c988f9f304e6ab75 /framework/inc/helper/vclstatusindicator.hxx | |
parent | a1bc57563f659579e889f279d7f63a9fb487dcb2 (diff) |
Otherwhise -> Otherwise
Change-Id: Iaec23e1d240f675a04b52cd251c4cb2a1242bb44
Diffstat (limited to 'framework/inc/helper/vclstatusindicator.hxx')
-rw-r--r-- | framework/inc/helper/vclstatusindicator.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/helper/vclstatusindicator.hxx b/framework/inc/helper/vclstatusindicator.hxx index 4863b8be3169..3126b13a3c6e 100644 --- a/framework/inc/helper/vclstatusindicator.hxx +++ b/framework/inc/helper/vclstatusindicator.hxx @@ -53,7 +53,7 @@ class VCLStatusIndicator : private ThreadHelpBase, // must be the first real bas /** shows the progress. @attention This member isnt synchronized using our own mutex! - Its guarded by the solarmutex only. Otherwhise + Its guarded by the solarmutex only. Otherwise we have to lock two of them, which can force a deadlock ... */ StatusBar* m_pStatusBar; |