https://bugs.documentfoundation.org/show_bug.cgi?id=127071
--- Comment #13 from Michael Stahl (allotropia) <[email protected]> --- this should be in SwToContentAnchoredObjectPosition::CalcPosition() in sw/source/core/objectpositioning/tocntntanchoredobjectposition.cxx apparently there's a "switch ( aVert.GetVertOrient() )" in line 274 that handles most cases except the case "if ( aVert.GetVertOrient() == text::VertOrientation::NONE )" is handled separately at line 484. probably this line? nRelPosY = nVertOffsetToFrameAnchorPos - aVert.GetPos(); -- You are receiving this mail because: You are the assignee for the bug.
