diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 07:03:08 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 07:03:08 +0000 |
commit | d9bf2def4e925733bec2ef6ae08d703a8bf97654 (patch) | |
tree | 409538e44d602f72784ec4494f39cd1256354add /sw/inc/fmtftntx.hxx | |
parent | c51af5268f9dba378e45028c664e8bd4bae782ee (diff) |
INTEGRATION: CWS swwarnings (1.10.710); FILE MERGED
2007/02/27 13:06:33 tl 1.10.710.2: #i69287# warning-free code
2007/02/22 15:05:37 tl 1.10.710.1: #i69287# warning-free code
Diffstat (limited to 'sw/inc/fmtftntx.hxx')
-rw-r--r-- | sw/inc/fmtftntx.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/fmtftntx.hxx b/sw/inc/fmtftntx.hxx index f335d558bde9..632d0102cb58 100644 --- a/sw/inc/fmtftntx.hxx +++ b/sw/inc/fmtftntx.hxx @@ -4,9 +4,9 @@ * * $RCSfile: fmtftntx.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:50:36 $ + * last change: $Author: hr $ $Date: 2007-09-27 08:03:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -69,8 +69,8 @@ class SW_DLLPUBLIC SwFmtFtnEndAtTxtEnd : public SfxEnumItem USHORT nOffset; protected: - SwFmtFtnEndAtTxtEnd( USHORT nWhich, SwFtnEndPosEnum ePos ) - : SfxEnumItem( nWhich, ePos ), nOffset( 0 ) + SwFmtFtnEndAtTxtEnd( USHORT nWhichL, SwFtnEndPosEnum ePos ) + : SfxEnumItem( nWhichL, sal::static_int_cast< USHORT >(ePos) ), nOffset( 0 ) {} SwFmtFtnEndAtTxtEnd( const SwFmtFtnEndAtTxtEnd& rAttr ) : SfxEnumItem( rAttr ), sPrefix( rAttr.sPrefix ), |