diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-08 14:44:34 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-08 14:44:34 +0000 |
commit | 58219bd046e3a49258249044b45f2e7c29e7decd (patch) | |
tree | 9151bbf5ed4877bc279803d6da9e48ed5005612b /sfx2/source/inc | |
parent | 2ac9af7971488905e12f86ef271578dddd0e2f64 (diff) |
INTEGRATION: CWS ooo20040704 (1.12.118); FILE MERGED
2004/07/19 20:41:12 svesik 1.12.118.2: RESYNC: (1.12-1.13); FILE MERGED
2004/06/28 11:17:23 waratah 1.12.118.1: #i30812# Reorder constructor initialisations to be same as definition order
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r-- | sfx2/source/inc/workwin.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/source/inc/workwin.hxx b/sfx2/source/inc/workwin.hxx index a7f51aebde51..8fa5422a47a3 100644 --- a/sfx2/source/inc/workwin.hxx +++ b/sfx2/source/inc/workwin.hxx @@ -2,9 +2,9 @@ * * $RCSfile: workwin.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: obo $ $Date: 2004-07-06 13:37:26 $ + * last change: $Author: rt $ $Date: 2004-09-08 15:44:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -146,10 +146,10 @@ struct SfxStatBar_Impl BOOL bTemp; SfxStatBar_Impl() : - nId(0), pResMgr(0), pShell(0), pBindings(0), + nId(0), pStatusBar(0), bOn(TRUE), bTemp(FALSE) @@ -218,8 +218,8 @@ struct SfxChildWin_Impl pCli(0), nVisibility( FALSE ), bEnable( TRUE ), - bDisabled( FALSE ), - pControl( 0 ) + pControl( 0 ), + bDisabled( FALSE ) {} }; |