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, 4 insertions, 4 deletions
diff --git a/sc/source/filter/ftools/fprogressbar.cxx b/sc/source/filter/ftools/fprogressbar.cxx
index cd23f69cbccd..379850f3d964 100644
--- a/sc/source/filter/ftools/fprogressbar.cxx
+++ b/sc/source/filter/ftools/fprogressbar.cxx
@@ -21,7 +21,7 @@
#include "global.hxx"
#include "progress.hxx"
-// ============================================================================
+
ScfProgressBar::ScfProgressSegment::ScfProgressSegment( sal_Size nSize ) :
mxProgress( 0 ),
@@ -34,7 +34,7 @@ ScfProgressBar::ScfProgressSegment::~ScfProgressSegment()
{
}
-// ============================================================================
+
ScfProgressBar::ScfProgressBar( SfxObjectShell* pDocShell, const OUString& rText ) :
maText( rText )
@@ -194,7 +194,7 @@ 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 +237,6 @@ void ScfStreamProgressBar::Init( SfxObjectShell* pDocShell, const OUString& rTex
Progress();
}
-// ============================================================================
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */