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

--- Comment #6 from Tamás Zolnai <zolnaitamas2...@gmail.com> ---
(In reply to Ekansh Jha from comment #5)
> Hello, I want to work on this easyhack. A little help will be really
> appreciated.
> Thanks

Hi,

First of all, if you are working on a bug, set Assigne field to your email
address and also change Status field to ASSIGNED. So others can recognize
easily that somebody is working on this issue.

Now, about the code. Most dialogs get their input from an SfxItemSet container
and also write their output back to this item set. When the dialog opens the
settings are loaded from this SfxItemSet in
LegendPositionResources::initFromItemSet(). When the dialog is closed the
itemset is updated by LegendPositionResources::writeToItemSet() method. So you
need to check what happens in these two methods. The expected behavior is that
the legend position properties does not change if the user does not change them
in the dialog.

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

Reply via email to