https://bugs.freedesktop.org/show_bug.cgi?id=81641

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected]

--- Comment #2 from Julien Nabet <[email protected]> ---
On pc Debian x86-64 with master sources updated 2 days ago, I could reproduce
this.
In comparison Calc styles dialog doesn't have this problem.

sw:
- sw/uiconfig/swriter/ui/templatedialog2.ui
- sw/source/ui/fmtui/tmpdlg.cxx
- sfx2/source/dialog/styledlg.cxx

calc: 
- sc/uiconfig/scalc/ui/paratemplatedialog.ui
- sc/source/ui/styleui/styledlg.cxx
- sfx2/source/dialog/styledlg.cxx ?



I noticed some differences between both parts
- sw has an "Ok" method
- GetRefreshedSet() in sw is not virtual
- sw : pInSet->SetParent( &GetStyleSheet().GetItemSet() );
  whereas sc : pItemSet->SetParent( GetStyleSheet().GetItemSet().GetParent() );

But found nothing about cancel. I must recognize I don't understand why cancel
doesn't work in sw.

Caolan: any idea?

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

Reply via email to