summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-01 08:55:45 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-01 08:55:45 +0000
commite1b91976a7f9e7ece6dc3e5ab5ad346b9bff8586 (patch)
tree2e0047e7bdbd8f1e1d935069e8ae6947f080b1c4 /sfx2
parent7386ee60c13408a6a216f8fdf5a566b49d06bd58 (diff)
INTEGRATION: CWS mba204crashfixes (1.23.28); FILE MERGED
2006/07/20 16:33:56 mba 1.23.28.1: #127096#: remove superfluous code
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/inc/workwin.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sfx2/source/inc/workwin.hxx b/sfx2/source/inc/workwin.hxx
index 7265f5ce9d15..2b6f88d4ae39 100644
--- a/sfx2/source/inc/workwin.hxx
+++ b/sfx2/source/inc/workwin.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: workwin.hxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 22:35:04 $
+ * last change: $Author: ihi $ $Date: 2006-08-01 09:55:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -169,7 +169,6 @@ struct SfxChildWin_Impl
SfxChild_Impl* pCli; // != 0 bei direkten Children
USHORT nVisibility;
BOOL bEnable;
- SfxChildWinController_Impl* pControl;
BOOL bDisabled;
SfxChildWin_Impl( ULONG nID ) :
@@ -181,7 +180,6 @@ struct SfxChildWin_Impl
pCli(0),
nVisibility( FALSE ),
bEnable( TRUE ),
- pControl( 0 ),
bDisabled( FALSE )
{}
};