summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:40:57 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 10:40:57 +0000
commit5e20240b5e50f3686babf109c9b0b1f8057a9d0d (patch)
treec470bc38d0bff71e386a118dc645ef30c25e2186 /framework
parentINTEGRATION: CWS warnings01 (1.2.56); FILE MERGED (diff)
downloadcore-5e20240b5e50f3686babf109c9b0b1f8057a9d0d.tar.gz
core-5e20240b5e50f3686babf109c9b0b1f8057a9d0d.zip
INTEGRATION: CWS warnings01 (1.6.32); FILE MERGED
2005/10/28 14:48:45 cd 1.6.32.1: #i55991# Warning free code changes for gcc
Diffstat (limited to 'framework')
-rw-r--r--framework/source/uielement/statusbar.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/source/uielement/statusbar.cxx b/framework/source/uielement/statusbar.cxx
index b2fbed4bcef5..cf3f98b66b84 100644
--- a/framework/source/uielement/statusbar.cxx
+++ b/framework/source/uielement/statusbar.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: statusbar.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:57:43 $
+ * last change: $Author: hr $ $Date: 2006-06-19 11:40:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -54,9 +54,9 @@ FrameworkStatusBar::FrameworkStatusBar(
Window* pParent,
WinBits nWinBits ) :
StatusBar( pParent, nWinBits ),
+ m_pMgr( NULL ),
m_bShow( sal_False ),
- m_bLock( sal_False ),
- m_pMgr( NULL )
+ m_bLock( sal_False )
{
// set optimal size
SetOutputSizePixel( CalcWindowSizePixel() );