https://bugs.documentfoundation.org/show_bug.cgi?id=115100

--- Comment #3 from Noel Grandin <[email protected]> ---
those asserts are the wrong way around.

    SetHorzAlign 

should be

    assert((nAlg & static_cast<SdrAlign>(0xff00)) == SdrAlign::NONE)

and SetVertAlign

  assert((nAlg & static_cast<SdrAlign>(0xff)) == SdrAlign::NONE)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to