summaryrefslogtreecommitdiff
path: root/sw/source/ui/index
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:17:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:17:44 +0000
commit07be33dd30835ba823f4bc59fe7e97abeeaccfad (patch)
tree2c993e7f2199ccbfca1e48439a59f9c4a58d2a17 /sw/source/ui/index
parentf1e332759ee3fb427a803ec3dc69ea4cb49c4aee (diff)
INTEGRATION: CWS swwarnings (1.7.222); FILE MERGED
2007/02/28 06:49:48 os 1.7.222.1: #i69287# warnings removed
Diffstat (limited to 'sw/source/ui/index')
-rw-r--r--sw/source/ui/index/multmrk.cxx8
1 files changed, 4 insertions, 4 deletions
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)
{