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.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/oox/helper/progressbar.hxx b/include/oox/helper/progressbar.hxx
index faabe22bec2b..2ee50a376426 100644
--- a/include/oox/helper/progressbar.hxx
+++ b/include/oox/helper/progressbar.hxx
@@ -57,8 +57,6 @@ public:
};
-
-
class ISegmentProgressBar;
typedef std::shared_ptr< ISegmentProgressBar > ISegmentProgressBarRef;
@@ -78,8 +76,6 @@ public:
};
-
-
/** A simple progress bar.
*/
class OOX_DLLPUBLIC ProgressBar : public IProgressBar
@@ -103,7 +99,6 @@ private:
};
-
/** A progress bar containing several independent segments.
*/
class OOX_DLLPUBLIC SegmentProgressBar : public ISegmentProgressBar
@@ -129,7 +124,6 @@ private:
};
-
} // namespace oox
#endif