summaryrefslogtreecommitdiff
path: root/framework/inc/helper/statusindicator.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-06 19:05:49 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-06 19:37:48 +0300
commit951ed199f1a47c02dad3dc899b9804b4574a151d (patch)
treed8f82a3afa345351ce6a4a206424c6f2bd2aed46 /framework/inc/helper/statusindicator.hxx
parentbe616c26f990d651c752be201e29e2b89ba17f2a (diff)
Kill superfluous vertical whitespace
Change-Id: Ia1bb2b40c74efb17e655dd6f00d7ba48c16c65ae
Diffstat (limited to 'framework/inc/helper/statusindicator.hxx')
-rw-r--r--framework/inc/helper/statusindicator.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/framework/inc/helper/statusindicator.hxx b/framework/inc/helper/statusindicator.hxx
index d0cf193f38d4..e8928e2d9b0e 100644
--- a/framework/inc/helper/statusindicator.hxx
+++ b/framework/inc/helper/statusindicator.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_FRAMEWORK_INC_HELPER_STATUSINDICATOR_HXX
#define INCLUDED_FRAMEWORK_INC_HELPER_STATUSINDICATOR_HXX
-
// include files of own module
#include <helper/statusindicatorfactory.hxx>
@@ -28,20 +27,15 @@
#include <macros/xtypeprovider.hxx>
#include <macros/generic.hxx>
-
// include UNO interfaces
#include <com/sun/star/task/XStatusIndicator.hpp>
-
// include all others
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/weakref.hxx>
-
namespace framework{
-
-
/**
@short implement a status indicator object
@@ -74,11 +68,9 @@ class StatusIndicator : public ::cppu::WeakImplHelper1< css::task::XStatusIndic
*/
css::uno::WeakReference< css::task::XStatusIndicatorFactory > m_xFactory;
-
// c++ interface
public:
-
/** @short initialize new instance of this class.
@param pFactory
@@ -86,16 +78,13 @@ class StatusIndicator : public ::cppu::WeakImplHelper1< css::task::XStatusIndic
*/
StatusIndicator(StatusIndicatorFactory* pFactory);
-
/** @short does nothing real ....
*/
virtual ~StatusIndicator();
-
// uno interface
public:
-
// XStatusIndicator
virtual void SAL_CALL start(const OUString& sText ,
sal_Int32 nRange)