summaryrefslogtreecommitdiff
path: root/UnoControls/source/inc/progressmonitor.hxx
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/progressmonitor.hxx
parent5814e764328e93c7618d384225fe6c7d628aa3c9 (diff)
Kill superfluous spacing before semicolons
Change-Id: I2c5c2c2e8c57796d147141748fb57a4c5645a96a
Diffstat (limited to 'UnoControls/source/inc/progressmonitor.hxx')
-rw-r--r--UnoControls/source/inc/progressmonitor.hxx16
1 files changed, 8 insertions, 8 deletions
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