https://issues.apache.org/ooo/show_bug.cgi?id=125143
Issue ID: 125143
Issue Type: DEFECT
Summary: helpex Export::CopyFile is too slow
Product: Internationalization
Version: OOo 3.3 or older
Hardware: All
OS: All
Status: CONFIRMED
Severity: normal
Priority: P3
Component: helpcontent
Assignee: [email protected]
Reporter: [email protected]
Building the helpcontent2 module takes many minutes, especially when WITH_LANG
is active. Tracing the build progress shows that the seemingly simple function
CopyFile() takes a significant amount of time. Looking at the relevant code
there is some copying of single lines going on, which could be replaced by
something much faster.
--
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.