summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/fprogressbar.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-06 17:13:43 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-06 17:19:54 +0200
commitc4c51709eaa02a5c9a2af3e5d436790307109813 (patch)
treec67362b4f2c3d3f34655ca65ec10d54e1509cf73 /sc/source/filter/inc/fprogressbar.hxx
parentc78f918a7cb267a713804b8feacc3425196d4428 (diff)
whitespace cleanup in sc
Change-Id: Id1dcadcac179c52977e48a6912ce4d5fd542f60c
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: */