https://issues.apache.org/ooo/show_bug.cgi?id=49155
--- Comment #7 from Ariel Constenla-Haile <[email protected]> --- Note that the code was not taking into account the position of the caption (specified in bBefore) and was setting vertical orientation as css::text::VertOrientation::TOP. The fix takes this into account, although in practice the caption is always inserted bellow, because changing the position is disabled in the dialogues' code IMPL_LINK( SwCaptionOptPage, ShowEntryHdl, SvxCheckListBox *, EMPTYARG ) sw/source/ui/config/optload.cxx SwCaptionDialog::SwCaptionDialog( Window *pParent, SwView &rV ) sw/source/ui/config/optload.cxx This code could be enabled, it will allow inserting the caption "Above", what is part of another bug requesting this; but enabling it shows some problems (the frame hight is smaller than the graphic's), so this has to be fixed in a separated bug. Any way, taking into account bBefore in this bug is harmless. -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes.
