https://bugs.freedesktop.org/show_bug.cgi?id=84090
Priority: medium
Bug ID: 84090
Assignee: [email protected]
Summary: Speed up oox::TokenMap by removing unnecessary
maUniName OUString
Severity: normal
Classification: Unclassified
OS: All
Reporter: [email protected]
Hardware: Other
Status: NEW
Version: unspecified
Component: Libreoffice
Product: LibreOffice
This task is about removing maUniName from include/oox/token/tokenmap.hxx
which stores the same content as maUtf8Name in another form and is used mostly
for debugging purposes only.
Where TokenMap::getUnicodeTokenName was used, one can use
TokenMap::getUtf8TokenName
Remove maUniName from struct TokenName, that struct can then also die, and do
following simplifications / adaptations.
We used to spend 10m pseudo cycles in TokenMap constructor, this should save
about a half of that.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs