summaryrefslogtreecommitdiff
path: root/sw/inc/tblsel.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-13 15:34:25 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-13 15:34:25 +0000
commitb720cc5930b6ac5092eb7e9b1760d97cb952e5f9 (patch)
tree2a17a4f17c4368d94a5b562d163ce06ab8755d05 /sw/inc/tblsel.hxx
parent378fc9689fce655eb794d2c7febae651a9f8b7af (diff)
INTEGRATION: CWS mullingarfilterteam18 (1.4.312); FILE MERGED
2003/11/17 10:47:36 cmc 1.4.312.1: #i9055# get member init the same way around as members
Diffstat (limited to 'sw/inc/tblsel.hxx')
-rw-r--r--sw/inc/tblsel.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/tblsel.hxx b/sw/inc/tblsel.hxx
index c5901e1cbc27..6a2d1b19b6c7 100644
--- a/sw/inc/tblsel.hxx
+++ b/sw/inc/tblsel.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tblsel.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 15:38:43 $
+ * last change: $Author: obo $ $Date: 2004-01-13 16:34:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -252,12 +252,12 @@ public:
struct _FndPara
{
- _FndBox* pFndBox;
- _FndLine* pFndLine;
const SwSelBoxes& rBoxes;
+ _FndLine* pFndLine;
+ _FndBox* pFndBox;
_FndPara( const SwSelBoxes& rBxs, _FndBox* pFB )
- : rBoxes( rBxs ), pFndBox( pFB ) {}
+ : rBoxes(rBxs), pFndLine(0), pFndBox(pFB) {}
_FndPara( const _FndPara& rPara, _FndBox* pFB )
: rBoxes(rPara.rBoxes), pFndLine(rPara.pFndLine), pFndBox(pFB) {}
_FndPara( const _FndPara& rPara, _FndLine* pFL )