From 606eef62417cee906b26ca2cdf3a4e86d391a086 Mon Sep 17 00:00:00 2001 From: Sander Vesik Date: Wed, 21 Apr 2004 12:49:46 +0000 Subject: 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 --- UnoControls/source/controls/progressbar.cxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'UnoControls/source') 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 ) -- cgit v1.2.3