https://bugs.documentfoundation.org/show_bug.cgi?id=168747
Bug ID: 168747
Summary: replace use of deprecated css::util::SortFieldType by
css::table::TableSortFieldType
Product: LibreOffice
Version: 26.2.0.0 alpha0+ master
Hardware: All
OS: All
Status: UNCONFIRMED
Keywords: easyHack
Severity: minor
Priority: medium
Component: filters and storage
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
The enum css::util::SortFieldType is deprecated in the API. The only use of it
in core is in sc/source/filter/xml/xmlsorti.cxx. Because that is in module sc
the deprecated enum can be replaced with enum css::table::TableSortFieldType.
The values of the enums are the same.
In addition it appears in comments in sc/source/filter/xml/xmldrani.cxx. These
comments contain "is not supported by StarOffice" and thus should be updated
anyway.
I propose this as easy hack.
--
You are receiving this mail because:
You are the assignee for the bug.