diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-12-26 09:59:26 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-12-26 12:15:31 +0100 |
commit | af791fb775e35c11ad01c42a7085dd121ab9c7a6 (patch) | |
tree | 3aa2b67fda8d996565e930ab76f0e5ac18d0cb64 /basic | |
parent | 90be4d003b36428a88847d36354c3572c453c90d (diff) |
Don't unload the msword library
It caused issues on Windows with an upcoming change that introduces more static
OUStringLiterals, and apparently one from msword ended up in the data structures
of editeng's SvxForbiddenCharactersTable, which in turn is owned by theEditDLL
singleton, which was destryoed at exit after the msword library had already been
unloaded, so an OUString referenced the dangling OUStringLiteral data.
Change-Id: I873f0b4e879a5820d1e8a1cda3b1b1fd49f809db
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108321
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'basic')
0 files changed, 0 insertions, 0 deletions