summaryrefslogtreecommitdiff
path: root/framework/source/helper/vclstatusindicator.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-22 21:20:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-23 03:38:49 +0000
commit0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf (patch)
tree5024cba9f9ea5e3b23ea26025323f6aef39488d0 /framework/source/helper/vclstatusindicator.cxx
parentb81ac16e65b311d6e43c05c22c65d2040c9d7e04 (diff)
Remove unneccessary comments
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'framework/source/helper/vclstatusindicator.cxx')
-rw-r--r--framework/source/helper/vclstatusindicator.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/framework/source/helper/vclstatusindicator.cxx b/framework/source/helper/vclstatusindicator.cxx
index ad07ad8a2b7e..4a2b2b2422f9 100644
--- a/framework/source/helper/vclstatusindicator.cxx
+++ b/framework/source/helper/vclstatusindicator.cxx
@@ -29,7 +29,7 @@
namespace framework {
-//-----------------------------------------------
+
VCLStatusIndicator::VCLStatusIndicator(const css::uno::Reference< css::awt::XWindow >& xParentWindow)
: ThreadHelpBase (&Application::GetSolarMutex())
, m_xParentWindow (xParentWindow )
@@ -43,12 +43,12 @@ VCLStatusIndicator::VCLStatusIndicator(const css::uno::Reference< css::awt::XWin
static_cast< css::task::XStatusIndicator* >(this));
}
-//-----------------------------------------------
+
VCLStatusIndicator::~VCLStatusIndicator()
{
}
-//-----------------------------------------------
+
void SAL_CALL VCLStatusIndicator::start(const OUString& sText ,
sal_Int32 nRange)
throw(css::uno::RuntimeException)
@@ -89,7 +89,7 @@ void SAL_CALL VCLStatusIndicator::start(const OUString& sText ,
// <- SAFE ----------------------------------
}
-//-----------------------------------------------
+
void SAL_CALL VCLStatusIndicator::reset()
throw(css::uno::RuntimeException)
{
@@ -103,7 +103,7 @@ void SAL_CALL VCLStatusIndicator::reset()
// <- SOLAR SAFE ----------------------------
}
-//-----------------------------------------------
+
void SAL_CALL VCLStatusIndicator::end()
throw(css::uno::RuntimeException)
{
@@ -130,7 +130,7 @@ void SAL_CALL VCLStatusIndicator::end()
// <- SOLAR SAFE ----------------------------
}
-//-----------------------------------------------
+
void SAL_CALL VCLStatusIndicator::setText(const OUString& sText)
throw(css::uno::RuntimeException)
{
@@ -149,7 +149,7 @@ void SAL_CALL VCLStatusIndicator::setText(const OUString& sText)
// <- SOLAR SAFE ----------------------------
}
-//-----------------------------------------------
+
void SAL_CALL VCLStatusIndicator::setValue(sal_Int32 nValue)
throw(css::uno::RuntimeException)
{
@@ -181,7 +181,7 @@ void SAL_CALL VCLStatusIndicator::setValue(sal_Int32 nValue)
// <- SOLAR SAFE ----------------------------
}
-//-----------------------------------------------
+
void VCLStatusIndicator::impl_recalcLayout(Window* pStatusBar ,
Window* pParentWindow)
{