Kaydet (Commit) 07ca5cfb authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS sixtyfour05 (1.41.242); FILE MERGED

2006/04/11 15:55:23 kendy 1.41.242.1: #i64230#
64bit: ULONG <-> sal_uInt32 in svx
üst c23fbd19
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: frmitems.cxx,v $ * $RCSfile: frmitems.cxx,v $
* *
* $Revision: 1.41 $ * $Revision: 1.42 $
* *
* last change: $Author: kz $ $Date: 2005-11-04 16:06:28 $ * last change: $Author: hr $ $Date: 2006-04-19 13:50:37 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -504,8 +504,8 @@ SvxLRSpaceItem::SvxLRSpaceItem( const sal_uInt16 nId ) : ...@@ -504,8 +504,8 @@ SvxLRSpaceItem::SvxLRSpaceItem( const sal_uInt16 nId ) :
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
SvxLRSpaceItem::SvxLRSpaceItem( const sal_Int32 nLeft, const sal_Int32 nRight, SvxLRSpaceItem::SvxLRSpaceItem( const long nLeft, const long nRight,
const sal_Int32 nTLeft, const short nOfset, const long nTLeft, const short nOfset,
const sal_uInt16 nId ) : const sal_uInt16 nId ) :
SfxPoolItem( nId ), SfxPoolItem( nId ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment