View | Details | Raw Unified | Return to issue 49155
Collapse All | Expand All

(-)a/main/sw/source/core/doc/doclay.cxx (-3 / +6 lines)
Lines 1416-1423 lcl_InsertLabel(SwDoc & rDoc, SwTxtFmtColls *const pTxtFmtCollTbl, Link Here
1416
1416
1417
				pNewSet->Put( SwFmtSurround( SURROUND_NONE ) );
1417
				pNewSet->Put( SwFmtSurround( SURROUND_NONE ) );
1418
				pNewSet->Put( SvxOpaqueItem( RES_OPAQUE, sal_True ) );
1418
				pNewSet->Put( SvxOpaqueItem( RES_OPAQUE, sal_True ) );
1419
                pNewSet->Put( SwFmtVertOrient( text::VertOrientation::TOP ) );
1419
                pNewSet->Put( SwFmtVertOrient( 0,
1420
                pNewSet->Put( SwFmtHoriOrient( text::HoriOrientation::CENTER ) );
1420
                                               bBefore ?
1421
                                                   text::VertOrientation::BOTTOM :
1422
                                                   text::VertOrientation::TOP,
1423
                                               text::RelOrientation::FRAME ) );
1424
                pNewSet->Put( SwFmtHoriOrient( 0, text::HoriOrientation::CENTER ) );
1421
1425
1422
				aFrmSize = pOldFmt->GetFrmSize();
1426
				aFrmSize = pOldFmt->GetFrmSize();
1423
				aFrmSize.SetWidthPercent( 100 );
1427
				aFrmSize.SetWidthPercent( 100 );
1424
- 

Return to issue 49155