From 07be33dd30835ba823f4bc59fe7e97abeeaccfad Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Thu, 27 Sep 2007 11:17:44 +0000 Subject: INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED 2007/02/28 06:49:48 os 1.7.222.1: #i69287# warnings removed --- sw/source/ui/index/multmrk.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sw/source/ui/index') diff --git a/sw/source/ui/index/multmrk.cxx b/sw/source/ui/index/multmrk.cxx index bb8ffd0b5d4a..693277bd4929 100644 --- a/sw/source/ui/index/multmrk.cxx +++ b/sw/source/ui/index/multmrk.cxx @@ -4,9 +4,9 @@ * * $RCSfile: multmrk.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-09-16 23:04:19 $ + * last change: $Author: hr $ $Date: 2007-09-27 12:17:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -55,13 +55,13 @@ SwMultiTOXMarkDlg::SwMultiTOXMarkDlg( Window* pParent, SwTOXMgr& rTOXMgr ) : SvxStandardDialog(pParent, SW_RES(DLG_MULTMRK)), + aTOXFL(this, SW_RES(FL_TOX)), aEntryFT(this, SW_RES(FT_ENTRY)), aTextFT(this, SW_RES(FT_TEXT)), aTOXFT(this, SW_RES(FT_TOX)), + aTOXLB(this, SW_RES(LB_TOX)), aOkBT(this, SW_RES(OK_BT)), aCancelBT(this, SW_RES(CANCEL_BT)), - aTOXLB(this, SW_RES(LB_TOX)), - aTOXFL(this, SW_RES(FL_TOX)), rMgr( rTOXMgr ), nPos(0) { -- cgit