diff options
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/items/frmitems.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/items/frmitems.cxx b/editeng/source/items/frmitems.cxx index b10218d770b3..0cde9c437c46 100644 --- a/editeng/source/items/frmitems.cxx +++ b/editeng/source/items/frmitems.cxx @@ -1953,7 +1953,7 @@ bool SvxBoxItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) case LINE_WIDTH: { // Set the line width on all borders - long nWidth; + long nWidth(0); rVal >>= nWidth; if( bConvert ) nWidth = MM100_TO_TWIP( nWidth ); |