From ca55490e7c5a5a778a3d7257b34f845730f43308 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Tue, 18 Jan 2011 16:02:30 -0500 Subject: [PATCH] WaE patch for editeng. --- editeng/source/items/justifyitem.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editeng/source/items/justifyitem.cxx b/editeng/source/items/justifyitem.cxx index f02718f8bc3b..19826fa9b34f 100644 --- a/editeng/source/items/justifyitem.cxx +++ b/editeng/source/items/justifyitem.cxx @@ -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;