editeng/source/items/numitem.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit aaddbb975e914e46f3987986532ba5e4fda4e105 Author: Stephan Bergmann <sberg...@redhat.com> Date: Thu Jan 15 14:19:24 2015 +0100 loplugin:implicitboolconversion Change-Id: Idbee7d8c96082a88c9653556ec7f88f4e7ced973 diff --git a/editeng/source/items/numitem.cxx b/editeng/source/items/numitem.cxx index c90b974..4b2b135 100644 --- a/editeng/source/items/numitem.cxx +++ b/editeng/source/items/numitem.cxx @@ -298,7 +298,7 @@ SvStream& SvxNumberFormat::Store(SvStream &rStream, FontToSubsFontConverter pC nTempColor = COL_BLACK; WriteColor( rStream, nTempColor ); rStream.WriteUInt16( nBulletRelSize ); - rStream.WriteUInt16( IsShowSymbol() ); + rStream.WriteUInt16( sal_uInt16(IsShowSymbol()) ); rStream.WriteUInt16( mePositionAndSpaceMode ); rStream.WriteUInt16( meLabelFollowedBy ); @@ -681,7 +681,7 @@ SvStream& SvxNumRule::Store( SvStream &rStream ) rStream.WriteUInt16( nLevelCount ); //first save of nFeatureFlags for old versions rStream.WriteUInt16( nFeatureFlags ); - rStream.WriteUInt16( bContinuousNumbering ); + rStream.WriteUInt16( sal_uInt16(bContinuousNumbering) ); rStream.WriteUInt16( eNumberingType ); FontToSubsFontConverter pConverter = 0; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits