https://bugs.documentfoundation.org/show_bug.cgi?id=153782
Bug ID: 153782
Summary: Line width name "Double hairline" is duplicated for
two different format commands
Product: LibreOffice
Version: 7.5.0.3 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
Created attachment 185529
--> https://bugs.documentfoundation.org/attachment.cgi?id=185529&action=edit
Screenshot showing the problem
In the Properties sidebar "Cell Appearance" section, the line width selector
has 2 repeated entries "Double Hairline". However, since they have a totally
different effect, I believe they should have different names.
Based on the code, I suggest they are called:
- Double Thin Line
- Double Thick Line
Notice in the code that none of them are actually drawn as hairlines after
SvxBorderLineWidth::Medium / Thick is set.
https://opengrok.libreoffice.org/xref/core/sc/source/ui/sidebar/CellLineStyleControl.cxx?r=cd116a1b#130
See attached image for more information. Notice the difference between the
actual hairline with the output of the two commands previously mentioned.
--
You are receiving this mail because:
You are the assignee for the bug.