summaryrefslogtreecommitdiff
path: root/sw/inc/redline.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2002-11-19 12:56:02 +0000
committerCaolán McNamara <cmc@openoffice.org>2002-11-19 12:56:02 +0000
commit154c5baef338c9c2a6144fa9175c0b89078edf66 (patch)
tree66df4a51d6c2798b3b470b15cb87d9af44976a70 /sw/inc/redline.hxx
parente2fc7f686c12fbe7ab500377055dc084c12ed66b (diff)
#i9055# set order of member init to same as decl order, cosmetic in this case
Diffstat (limited to 'sw/inc/redline.hxx')
-rw-r--r--sw/inc/redline.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/redline.hxx b/sw/inc/redline.hxx
index 20279d68d47d..bd531bb325c7 100644
--- a/sw/inc/redline.hxx
+++ b/sw/inc/redline.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: redline.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jp $ $Date: 2002-02-22 11:56:25 $
+ * last change: $Author: cmc $ $Date: 2002-11-19 13:56:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -223,10 +223,10 @@ public:
SwRedline( const SwRedlineData& rData, const SwPaM& rPam );
SwRedline( const SwRedlineData& rData, const SwPosition& rPos );
// fuer sw3io: pData geht in eigenen Besitz ueber!
- SwRedline( SwRedlineData* pData, const SwPosition& rPos, BOOL bVsbl,
- BOOL bDelLP, BOOL bIsPD ) :
- SwPaM( rPos ), pCntntSect( 0 ), pRedlineData( pData ),
- bIsVisible( bVsbl ), bDelLastPara( bDelLP ), bIsLastParaDelete( bIsPD )
+ SwRedline(SwRedlineData* pData, const SwPosition& rPos, BOOL bVsbl,
+ BOOL bDelLP, BOOL bIsPD) :
+ SwPaM( rPos ), pRedlineData( pData ), pCntntSect( 0 ),
+ bDelLastPara( bDelLP ), bIsLastParaDelete( bIsPD ), bIsVisible( bVsbl )
{}
SwRedline( const SwRedline& );
virtual ~SwRedline();