summaryrefslogtreecommitdiff
path: root/dbaccess/source/ext/macromigration/rangeprogressbar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ext/macromigration/rangeprogressbar.hxx')
-rw-r--r--dbaccess/source/ext/macromigration/rangeprogressbar.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ext/macromigration/rangeprogressbar.hxx b/dbaccess/source/ext/macromigration/rangeprogressbar.hxx
index 0dde133e7f10..7b5a1a0e1282 100644
--- a/dbaccess/source/ext/macromigration/rangeprogressbar.hxx
+++ b/dbaccess/source/ext/macromigration/rangeprogressbar.hxx
@@ -65,7 +65,7 @@ namespace dbmm
}
private:
- ProgressBar *m_pBar;
+ VclPtr<ProgressBar> m_pBar;
sal_uInt32 m_nRange;
};