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.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/dbaccess/source/ext/macromigration/rangeprogressbar.hxx b/dbaccess/source/ext/macromigration/rangeprogressbar.hxx
index d0039eb87e2b..d312a7925663 100644
--- a/dbaccess/source/ext/macromigration/rangeprogressbar.hxx
+++ b/dbaccess/source/ext/macromigration/rangeprogressbar.hxx
@@ -59,11 +59,6 @@ namespace dbmm
m_pBar->SetValue( (sal_uInt16)( 100.0 * _nValue / m_nRange ) );
}
- sal_uInt32 GetValue() const
- {
- return (sal_uInt32)(m_pBar->GetValue() / 100.0 * m_nRange);
- }
-
private:
VclPtr<ProgressBar> m_pBar;
sal_uInt32 m_nRange;