Convert code like aFilename = OUString::number(nFilePostfixCount) + OUString(".bmp"); to aFilename = OUString::number(nFilePostfixCount) + ".bmp"; Change-Id: I03f513ad1c8ec8846b2afbdc67ab12525ed07e50
Wrappers so you can use all the Java Runtime Environments with their slightly incompatible APIs with more ease. Uses an over-engineered "plugin" mechanism although there is only one "plugin", called "sunmajor", that handles all possible JREs.