summaryrefslogtreecommitdiff
path: root/include/oox/helper/progressbar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/helper/progressbar.hxx')
-rw-r--r--include/oox/helper/progressbar.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/oox/helper/progressbar.hxx b/include/oox/helper/progressbar.hxx
index cdcbd0f462e3..ce08a6beccfd 100644
--- a/include/oox/helper/progressbar.hxx
+++ b/include/oox/helper/progressbar.hxx
@@ -58,7 +58,7 @@ public:
typedef ::boost::shared_ptr< IProgressBar > IProgressBarRef;
-// ----------------------------------------------------------------------------
+
class ISegmentProgressBar;
typedef ::boost::shared_ptr< ISegmentProgressBar > ISegmentProgressBarRef;
@@ -78,8 +78,8 @@ public:
virtual ISegmentProgressBarRef createSegment( double fLength ) = 0;
};
-// ============================================================================
-// ============================================================================
+
+
/** A simple progress bar.
*/
@@ -103,7 +103,7 @@ private:
double mfPosition;
};
-// ============================================================================
+
/** A progress bar containing several independent segments.
*/
@@ -129,7 +129,7 @@ private:
double mfFreeStart;
};
-// ============================================================================
+
} // namespace oox