summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/fprogressbar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/fprogressbar.hxx')
-rw-r--r--sc/source/filter/inc/fprogressbar.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/source/filter/inc/fprogressbar.hxx b/sc/source/filter/inc/fprogressbar.hxx
index 0ec11a5cef1b..7764118792d2 100644
--- a/sc/source/filter/inc/fprogressbar.hxx
+++ b/sc/source/filter/inc/fprogressbar.hxx
@@ -29,12 +29,8 @@
class SfxObjectShell;
class ScProgress;
-
-
const sal_Int32 SCF_INV_SEGMENT = -1;
-
-
/** Progress bar for complex progress representation.
The progress bar contains one or more segments, each with customable
@@ -186,8 +182,6 @@ private:
bool mbInProgress; /// true = progress bar started.
};
-
-
/** A simplified progress bar with only one segment. */
class ScfSimpleProgressBar
{
@@ -208,8 +202,6 @@ private:
ScfProgressBar maProgress; /// The used progress bar.
};
-
-
/** A simplified progress bar based on the stream position of an existing stream. */
class ScfStreamProgressBar
{
@@ -230,8 +222,6 @@ private:
SvStream& mrStrm; /// The used stream.
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */