ardovm opened a new pull request, #171:
URL: https://github.com/apache/openoffice/pull/171

   The purpose of this branch is to fix bug #126680.
   All information is on the bug report:
   https://bz.apache.org/ooo/show_bug.cgi?id=126680
   
   Instances of com.sun.star.i18n.Transliteration.l10n are cached and sometimes 
(!!) treated as singletons.
   But they may be modified by the callers. This means that one caller may see 
its instance unexpectedly modified by another caller.
   
   It _may_ be possible to keep some kind of caching, like for variable 
`Reference< XSingleServiceFactory > xFactory`. As I am not sure this would 
work, I am just removing any caching. In fact, it has to be demonstrated how 
many times this code is called, throughout a normal usage session of AOO.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to