https://bugs.documentfoundation.org/show_bug.cgi?id=153514
Bug ID: 153514
Summary: STYLE finds wrong style with different case
Product: LibreOffice
Version: Inherited From OOo
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
1. In a spreadsheet, see that it has a style named "Bad" (note the uppercase
"B").
2. Add a style named "bad" (all lowercase), with different properties.
3. In a cell, enter the formula
=STYLE("bad")
Expected: the cell gets the manually added "bad" style.
Actual: it gets "Bad" style.
The same in OOo 1.0.3 from 2002.
It only should work case-insensitively, when there's no exact match.
--
You are receiving this mail because:
You are the assignee for the bug.