summaryrefslogtreecommitdiff
path: root/framework/inc/helper/vclstatusindicator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/helper/vclstatusindicator.hxx')
-rw-r--r--framework/inc/helper/vclstatusindicator.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/helper/vclstatusindicator.hxx b/framework/inc/helper/vclstatusindicator.hxx
index 4a68b79d8271..c5e115567a5e 100644
--- a/framework/inc/helper/vclstatusindicator.hxx
+++ b/framework/inc/helper/vclstatusindicator.hxx
@@ -52,7 +52,7 @@ class VCLStatusIndicator : public ::cppu::WeakImplHelper1< css::task::XStatusIn
Its guarded by the solarmutex only. Otherwise
we have to lock two of them, which can force a deadlock ...
*/
- StatusBar* m_pStatusBar;
+ VclPtr<StatusBar> m_pStatusBar;
/** knows the current info text of the progress. */
OUString m_sText;