summaryrefslogtreecommitdiff
path: root/UnoControls/source/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-06 19:55:59 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-06 20:00:28 +0300
commitfdecbd4a415ef8d08d16321beb6567919bd8e864 (patch)
tree20cfce39605bbdf31727656a88f470bd1cb13c60 /UnoControls/source/inc
parent5814e764328e93c7618d384225fe6c7d628aa3c9 (diff)
Kill superfluous spacing before semicolons
Change-Id: I2c5c2c2e8c57796d147141748fb57a4c5645a96a
Diffstat (limited to 'UnoControls/source/inc')
-rw-r--r--UnoControls/source/inc/OConnectionPointContainerHelper.hxx4
-rw-r--r--UnoControls/source/inc/OConnectionPointHelper.hxx10
-rw-r--r--UnoControls/source/inc/framecontrol.hxx12
-rw-r--r--UnoControls/source/inc/progressbar.hxx16
-rw-r--r--UnoControls/source/inc/progressmonitor.hxx16
-rw-r--r--UnoControls/source/inc/statusindicator.hxx2
6 files changed, 30 insertions, 30 deletions
diff --git a/UnoControls/source/inc/OConnectionPointContainerHelper.hxx b/UnoControls/source/inc/OConnectionPointContainerHelper.hxx
index 162b762f2a47..9e555f7e3e72 100644
--- a/UnoControls/source/inc/OConnectionPointContainerHelper.hxx
+++ b/UnoControls/source/inc/OConnectionPointContainerHelper.hxx
@@ -211,8 +211,8 @@ public:
private:
- ::osl::Mutex& m_aSharedMutex ;
- ::cppu::OMultiTypeInterfaceContainerHelper m_aMultiTypeContainer ; // Container to hold listener
+ ::osl::Mutex& m_aSharedMutex;
+ ::cppu::OMultiTypeInterfaceContainerHelper m_aMultiTypeContainer; // Container to hold listener
}; // class OConnectionPointContainerHelper
diff --git a/UnoControls/source/inc/OConnectionPointHelper.hxx b/UnoControls/source/inc/OConnectionPointHelper.hxx
index f7d8d8e3d4c0..aedcd8f93b1b 100644
--- a/UnoControls/source/inc/OConnectionPointHelper.hxx
+++ b/UnoControls/source/inc/OConnectionPointHelper.hxx
@@ -250,12 +250,12 @@ private:
private:
- ::osl::Mutex& m_aSharedMutex ;
- ::com::sun::star::uno::WeakReference< ::com::sun::star::lang::XConnectionPointContainer > m_oContainerWeakReference ; // Reference to container-class!. Don't use Reference<...>
+ ::osl::Mutex& m_aSharedMutex;
+ ::com::sun::star::uno::WeakReference< ::com::sun::star::lang::XConnectionPointContainer > m_oContainerWeakReference; // Reference to container-class!. Don't use Reference<...>
// It is a ring-reference => and must be a wekreference!
- OConnectionPointContainerHelper* m_pContainerImplementation ;
- ::com::sun::star::uno::Type m_aInterfaceType ;
- ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > m_xLock ;
+ OConnectionPointContainerHelper* m_pContainerImplementation;
+ ::com::sun::star::uno::Type m_aInterfaceType;
+ ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > m_xLock;
}; // class OConnectionPointHelper
diff --git a/UnoControls/source/inc/framecontrol.hxx b/UnoControls/source/inc/framecontrol.hxx
index c0365e253c32..6c75edee38be 100644
--- a/UnoControls/source/inc/framecontrol.hxx
+++ b/UnoControls/source/inc/framecontrol.hxx
@@ -188,7 +188,7 @@ protected:
) throw ( ::com::sun::star::uno::Exception, std::exception ) SAL_OVERRIDE;
virtual void SAL_CALL getFastPropertyValue( ::com::sun::star::uno::Any& rValue ,
- sal_Int32 nHandle ) const SAL_OVERRIDE ;
+ sal_Int32 nHandle ) const SAL_OVERRIDE;
virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper() SAL_OVERRIDE;
@@ -219,11 +219,11 @@ private:
private:
- ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame2 > m_xFrame ;
- OUString m_sComponentURL ;
- ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > m_seqLoaderArguments ;
- ::cppu::OMultiTypeInterfaceContainerHelper m_aInterfaceContainer ;
- OConnectionPointContainerHelper m_aConnectionPointContainer ;
+ ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame2 > m_xFrame;
+ OUString m_sComponentURL;
+ ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > m_seqLoaderArguments;
+ ::cppu::OMultiTypeInterfaceContainerHelper m_aInterfaceContainer;
+ OConnectionPointContainerHelper m_aConnectionPointContainer;
}; // class FrameControl
diff --git a/UnoControls/source/inc/progressbar.hxx b/UnoControls/source/inc/progressbar.hxx
index 8e2442c70631..34a5ddb52b4a 100644
--- a/UnoControls/source/inc/progressbar.hxx
+++ b/UnoControls/source/inc/progressbar.hxx
@@ -382,14 +382,14 @@ protected:
private:
- bool m_bHorizontal ; // orientation for steps [true=horizontal/false=vertikal]
- ::com::sun::star::awt::Size m_aBlockSize ; // width and height of a block [>=0,0]
- sal_Int32 m_nForegroundColor ; // (alpha,r,g,b)
- sal_Int32 m_nBackgroundColor ; // (alpha,r,g,b)
- sal_Int32 m_nMinRange ; // lowest value = 0% [long, <_nMaxRange]
- sal_Int32 m_nMaxRange ; // highest value = 100% [long, >_nMinRange]
- double m_nBlockValue ; // value for one block [long, >0]
- sal_Int32 m_nValue ; // value for progress [long]
+ bool m_bHorizontal; // orientation for steps [true=horizontal/false=vertikal]
+ ::com::sun::star::awt::Size m_aBlockSize; // width and height of a block [>=0,0]
+ sal_Int32 m_nForegroundColor; // (alpha,r,g,b)
+ sal_Int32 m_nBackgroundColor; // (alpha,r,g,b)
+ sal_Int32 m_nMinRange; // lowest value = 0% [long, <_nMaxRange]
+ sal_Int32 m_nMaxRange; // highest value = 100% [long, >_nMinRange]
+ double m_nBlockValue; // value for one block [long, >0]
+ sal_Int32 m_nValue; // value for progress [long]
}; // class ProgressBar
diff --git a/UnoControls/source/inc/progressmonitor.hxx b/UnoControls/source/inc/progressmonitor.hxx
index 4be5966f0ba7..77195396eaaf 100644
--- a/UnoControls/source/inc/progressmonitor.hxx
+++ b/UnoControls/source/inc/progressmonitor.hxx
@@ -89,8 +89,8 @@ class ProgressBar;
/// Item of TextList
struct IMPL_TextlistItem
{
- OUString sTopic ; /// Left site of textline in dialog
- OUString sText ; /// Right site of textline in dialog
+ OUString sTopic; /// Left site of textline in dialog
+ OUString sText; /// Right site of textline in dialog
};
// class declaration
@@ -715,16 +715,16 @@ private:
private:
::std::vector < IMPL_TextlistItem* > maTextlist_Top; // Elements before progress
- ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFixedText > m_xTopic_Top ; // (used, if parameter "beforeProgress"=sal_True in "addText, updateText, removeText")
- ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFixedText > m_xText_Top ;
+ ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFixedText > m_xTopic_Top; // (used, if parameter "beforeProgress"=sal_True in "addText, updateText, removeText")
+ ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFixedText > m_xText_Top;
::std::vector < IMPL_TextlistItem* > maTextlist_Bottom; // Elements below of progress
- ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFixedText > m_xTopic_Bottom ; // (used, if parameter "beforeProgress"=sal_False in "addText, updateText, removeText")
- ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFixedText > m_xText_Bottom ;
+ ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFixedText > m_xTopic_Bottom; // (used, if parameter "beforeProgress"=sal_False in "addText, updateText, removeText")
+ ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFixedText > m_xText_Bottom;
rtl::Reference<ProgressBar> m_xProgressBar;
- ::com::sun::star::uno::Reference< ::com::sun::star::awt::XButton > m_xButton ;
- ::com::sun::star::awt::Rectangle m_a3DLine ;
+ ::com::sun::star::uno::Reference< ::com::sun::star::awt::XButton > m_xButton;
+ ::com::sun::star::awt::Rectangle m_a3DLine;
}; // class ProgressMonitor
diff --git a/UnoControls/source/inc/statusindicator.hxx b/UnoControls/source/inc/statusindicator.hxx
index bb49eca61114..c560741e78e7 100644
--- a/UnoControls/source/inc/statusindicator.hxx
+++ b/UnoControls/source/inc/statusindicator.hxx
@@ -506,7 +506,7 @@ private:
private:
- ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFixedText > m_xText ;
+ ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFixedText > m_xText;
rtl::Reference<ProgressBar> m_xProgressBar;
}; // class StatusIndicator