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
This commit is contained in:
parent
156e86ac8a
commit
606eef6241
1 changed files with 3 additions and 4 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue