[Libreoffice-bugs] [Bug 122977] CRASH: "Tools"->"Options" "LibreOfficeDev"->"Charts"->"Default Colors"
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Jan 29 14:37:06 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=122977
--- Comment #10 from Julien Nabet <serval2412 at yahoo.fr> ---
(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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190129/28aa56ec/attachment.html>
More information about the Libreoffice-bugs
mailing list