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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ext/macromigration/rangeprogressbar.hxx b/dbaccess/source/ext/macromigration/rangeprogressbar.hxx
index efa4339cdce5..b0c4d49fc682 100644
--- a/dbaccess/source/ext/macromigration/rangeprogressbar.hxx
+++ b/dbaccess/source/ext/macromigration/rangeprogressbar.hxx
@@ -31,8 +31,8 @@ namespace dbmm
class RangeProgressBar
{
public:
- explicit RangeProgressBar(ProgressBar *pBar = nullptr)
- : m_pBar(pBar)
+ explicit RangeProgressBar()
+ : m_pBar(nullptr)
, m_nRange(0)
{
}