WaE patch for editeng.
This commit is contained in:
parent
034fbad159
commit
ca55490e7c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue