summaryrefslogtreecommitdiff
path: root/sc/source/filter/ftools/fprogressbar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/ftools/fprogressbar.cxx')
-rw-r--r--sc/source/filter/ftools/fprogressbar.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/filter/ftools/fprogressbar.cxx b/sc/source/filter/ftools/fprogressbar.cxx
index 379850f3d964..bc3980d30a4f 100644
--- a/sc/source/filter/ftools/fprogressbar.cxx
+++ b/sc/source/filter/ftools/fprogressbar.cxx
@@ -21,8 +21,6 @@
#include "global.hxx"
#include "progress.hxx"
-
-
ScfProgressBar::ScfProgressSegment::ScfProgressSegment( sal_Size nSize ) :
mxProgress( 0 ),
mnSize( nSize ),
@@ -34,8 +32,6 @@ ScfProgressBar::ScfProgressSegment::~ScfProgressSegment()
{
}
-
-
ScfProgressBar::ScfProgressBar( SfxObjectShell* pDocShell, const OUString& rText ) :
maText( rText )
{
@@ -194,8 +190,6 @@ void ScfProgressBar::Progress( sal_Size nDelta )
ProgressAbs( mpCurrSegment ? (mpCurrSegment->mnPos + nDelta) : 0 );
}
-
-
ScfSimpleProgressBar::ScfSimpleProgressBar( sal_Size nSize, SfxObjectShell* pDocShell, const OUString& rText ) :
maProgress( pDocShell, rText )
{
@@ -237,6 +231,4 @@ void ScfStreamProgressBar::Init( SfxObjectShell* pDocShell, const OUString& rTex
Progress();
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */