Kaydet (Commit) ec1de689 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

tdf#108919: Fix WID, should be EE_PARA_JUST instead of 0

...according to <https://bugs.documentfoundation.org/show_bug.cgi?id=108919#c5>

Change-Id: Ic7c35c5abaa0698536ced4ffdf5b5cb095468b18
üst de264902
......@@ -199,7 +199,7 @@ void FuConstCustomShape::SetAttributes( SdrObject* pObj )
}
if ( !bAttributesAppliedFromGallery )
{
pObj->SetMergedItem( SvxAdjustItem( SvxAdjust::Center, 0 ) );
pObj->SetMergedItem( SvxAdjustItem( SvxAdjust::Center, EE_PARA_JUST ) );
pObj->SetMergedItem( SdrTextVertAdjustItem( SDRTEXTVERTADJUST_CENTER ) );
pObj->SetMergedItem( SdrTextHorzAdjustItem( SDRTEXTHORZADJUST_BLOCK ) );
pObj->SetMergedItem( makeSdrTextAutoGrowHeightItem( false ) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment