summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2004-04-21 12:49:46 +0000
committerSander Vesik <svesik@openoffice.org>2004-04-21 12:49:46 +0000
commit606eef62417cee906b26ca2cdf3a4e86d391a086 (patch)
tree0493400369cc782ef7a734014ca96072fdf326a0
parent156e86ac8af750a4e7d9d968ccac8eee38ecf342 (diff)
INTEGRATION: CWS ooo20040329 (1.4.84); FILE MERGED
2004/03/17 12:26:48 waratah 1.4.84.1: #i1858# alter the order of some definitions to fix some -Wall warnings
-rw-r--r--UnoControls/source/controls/progressbar.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/UnoControls/source/controls/progressbar.cxx b/UnoControls/source/controls/progressbar.cxx
index 31324559a445..d54dbe768131 100644
--- a/UnoControls/source/controls/progressbar.cxx
+++ b/UnoControls/source/controls/progressbar.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: progressbar.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2001-09-27 13:42:25 $
+ * last change: $Author: svesik $ $Date: 2004-04-21 13:49:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,7 +58,6 @@
*
*
************************************************************************/
-
//____________________________________________________________________________________________________________
// my own includes
//____________________________________________________________________________________________________________
@@ -122,8 +121,8 @@ ProgressBar::ProgressBar( const Reference< XMultiServiceFactory >& xFactory )
: BaseControl ( xFactory )
, m_bHorizontal ( DEFAULT_HORIZONTAL )
, m_aBlockSize ( DEFAULT_BLOCKDIMENSION )
- , m_nBackgroundColor ( DEFAULT_BACKGROUNDCOLOR )
, m_nForegroundColor ( DEFAULT_FOREGROUNDCOLOR )
+ , m_nBackgroundColor ( DEFAULT_BACKGROUNDCOLOR )
, m_nMinRange ( DEFAULT_MINRANGE )
, m_nMaxRange ( DEFAULT_MAXRANGE )
, m_nBlockValue ( DEFAULT_BLOCKVALUE )