summaryrefslogtreecommitdiff
path: root/framework/inc/helper/vclstatusindicator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/helper/vclstatusindicator.hxx')
-rw-r--r--framework/inc/helper/vclstatusindicator.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/inc/helper/vclstatusindicator.hxx b/framework/inc/helper/vclstatusindicator.hxx
index 1fdc17a85f43..650c8e6a4fb6 100644
--- a/framework/inc/helper/vclstatusindicator.hxx
+++ b/framework/inc/helper/vclstatusindicator.hxx
@@ -35,13 +35,13 @@
namespace framework {
-//-----------------------------------------------
+
// declaration
class VCLStatusIndicator : private ThreadHelpBase, // must be the first real base class!
public ::cppu::WeakImplHelper1< css::task::XStatusIndicator >
{
- //-------------------------------------------
+
// member
private:
@@ -67,7 +67,7 @@ class VCLStatusIndicator : private ThreadHelpBase, // must be the first real bas
/** knows the current value of the progress. */
sal_Int32 m_nValue;
- //-------------------------------------------
+
// interface
public:
@@ -95,7 +95,7 @@ class VCLStatusIndicator : private ThreadHelpBase, // must be the first real bas
virtual void SAL_CALL setValue(sal_Int32 nValue)
throw(css::uno::RuntimeException, std::exception);
- //-------------------------------------------
+
// helper
private: