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

--- Comment #10 from Julien Nabet <[email protected]> ---
(In reply to Maxim Monastirsky from comment #9)
> (In reply to raal from comment #5)
> > commit      82df20eeb8f071aaf3780b111aaa27fbc1b2dc9a (patch)
> > tdf#105225 Add palette selection to options charts default colors
> 
> Looking at this commit, it seems that the optchartcolorspage.ui file has a
> reference to "svxlo-SvxColorValueSet", but actually is should be
> "svxcorelo-SvxColorValueSet" (because SvxColorValueSet is in the svxcore
> lib). Maybe someone here could try to modify the .ui file, and see if that
> helps?

I confirm I don't reproduce the crash with:
diff --git a/cui/uiconfig/ui/optchartcolorspage.ui
b/cui/uiconfig/ui/optchartcolorspage.ui
index 5e8debc83454..ee23c1cc7450 100644
--- a/cui/uiconfig/ui/optchartcolorspage.ui
+++ b/cui/uiconfig/ui/optchartcolorspage.ui
@@ -146,7 +146,7 @@
                   </packing>
                 </child>
                 <child>
-                  <object class="svxlo-SvxColorValueSet" id="table:border">
+                  <object class="svxcorelo-SvxColorValueSet"
id="table:border">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="hexpand">True</property>

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