https://issues.apache.org/ooo/show_bug.cgi?id=49155
--- Comment #6 from Ariel Constenla-Haile <[email protected]> --- Created attachment 81756 --> https://issues.apache.org/ooo/attachment.cgi?id=81756&action=edit Patch with proposed fix The patch takes Andreas' suggestion, changing the relative vertical orientation. Note that there was a bug in the way SwFmtVertOrient and SwFmtHoriOrient where constructed: in both cases, the orientation is the second parameter of the constructor (sw/inc/fmtornt.hxx) SwFmtVertOrient( SwTwips nY = 0, sal_Int16 eVert = com::sun::star::text::VertOrientation::NONE, sal_Int16 eRel = com::sun::star::text::RelOrientation::PRINT_AREA ); SwFmtHoriOrient( SwTwips nX = 0, sal_Int16 eHori = com::sun::star::text::HoriOrientation::NONE, sal_Int16 eRel = com::sun::star::text::RelOrientation::PRINT_AREA, sal_Bool bPos = sal_False ); but the code was omitting the first parameter. -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes.
