summaryrefslogtreecommitdiff
path: root/sw/inc/fmtftntx.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-13 15:33:26 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-13 15:33:26 +0000
commit53cf3dbf0e96a880006268c91491bebe3032343d (patch)
tree1be553aa613a047a4ca42258ab3ca70413c235dd /sw/inc/fmtftntx.hxx
parentf44501f4dd92d6233081776d217ccd5af4a2a2b1 (diff)
INTEGRATION: CWS mullingarfilterteam18 (1.5.174); FILE MERGED
2003/11/17 12:12:43 cmc 1.5.174.1: #i9055# match member init order to decl order
Diffstat (limited to 'sw/inc/fmtftntx.hxx')
-rw-r--r--sw/inc/fmtftntx.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sw/inc/fmtftntx.hxx b/sw/inc/fmtftntx.hxx
index a7f627a62eb2..254bc820175b 100644
--- a/sw/inc/fmtftntx.hxx
+++ b/sw/inc/fmtftntx.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmtftntx.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2003-07-16 18:05:44 $
+ * last change: $Author: obo $ $Date: 2004-01-13 16:33:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,8 +97,9 @@ protected:
: SfxEnumItem( nWhich, ePos ), nOffset( 0 )
{}
SwFmtFtnEndAtTxtEnd( const SwFmtFtnEndAtTxtEnd& rAttr )
- : SfxEnumItem( rAttr ), nOffset( rAttr.nOffset ), aFmt( rAttr.aFmt ),
- sPrefix( rAttr.sPrefix ), sSuffix( rAttr.sSuffix )
+ : SfxEnumItem( rAttr ), sPrefix( rAttr.sPrefix ),
+ sSuffix( rAttr.sSuffix ), aFmt( rAttr.aFmt ),
+ nOffset( rAttr.nOffset )
{}
public: