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

Maxim Monastirsky <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|bibisected, bisected,       |
                   |regression                  |

--- Comment #5 from Maxim Monastirsky <[email protected]> ---
This is not fixed in master, e.g right click the toolbar and choose "Line
Spacing", or run this BASIC macro:

dim document   as object
dim dispatcher as object
document   = ThisComponent.CurrentController.Frame
dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")
dispatcher.executeDispatch(document, ".uno:LineSpacing", "", 0, Array())

Similarly this can't be a regression from the toolbar changes, because one
could customize the toolbar or run the BASIC macro before that too.

In addition, SfxItemSet::Get crashes can happen in many places in the codebase,
and for completely different reasons. So Bug 104266 is unrelated to this one,
and should be reopened.

-- 
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