diff options
author | jp <jp@openoffice.org> | 2000-11-20 08:31:55 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2000-11-20 08:31:55 +0000 |
commit | f093974a14c25281b9dac56873b70ade251994f2 (patch) | |
tree | 7d088f3cc87564325d8b88d087ef728bc61260c2 /sw/inc/fmtcol.hxx | |
parent | 20352b79d5235b96b42506353416372a9e5766bb (diff) |
compiler warning
Diffstat (limited to 'sw/inc/fmtcol.hxx')
-rw-r--r-- | sw/inc/fmtcol.hxx | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/sw/inc/fmtcol.hxx b/sw/inc/fmtcol.hxx index 57e67b9dbf7a..01c06debe303 100644 --- a/sw/inc/fmtcol.hxx +++ b/sw/inc/fmtcol.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmtcol.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:14:26 $ + * last change: $Author: jp $ $Date: 2000-11-20 09:31:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -109,18 +109,16 @@ protected: USHORT nFmtWh = RES_TXTFMTCOLL ) : SwFmtColl( rPool, pFmtCollName, aTxtFmtCollSetRange, pDerFrom, nFmtWh ), - nOutlineLevel( NO_NUMBERING ), - pNextTxtFmtColl( this ) - {} + nOutlineLevel( NO_NUMBERING ) + { pNextTxtFmtColl = this; } SwTxtFmtColl( SwAttrPool& rPool, const String &rFmtCollName, SwTxtFmtColl* pDerFrom = 0, USHORT nFmtWh = RES_TXTFMTCOLL ) : SwFmtColl( rPool, rFmtCollName, aTxtFmtCollSetRange, pDerFrom, nFmtWh ), - nOutlineLevel( NO_NUMBERING ), - pNextTxtFmtColl( this ) - {} + nOutlineLevel( NO_NUMBERING ) + { pNextTxtFmtColl = this; } public: |