WaE patch for editeng.

This commit is contained in:
Christian Lohmaier 2011-01-18 16:02:30 -05:00 committed by Kohei Yoshida
parent 034fbad159
commit ca55490e7c

View file

@ -316,7 +316,7 @@ bool SvxVerJustifyItem::PutValue( const uno::Any& rVal, BYTE nMemberId )
}
default:
{
sal_Int32 eUno;
sal_Int32 eUno = table::CellVertJustify2::STANDARD;
if(!(rVal >>= eUno))
{
eUno = table::CellVertJustify2::STANDARD;