Files
libreoffice/jvmfwk/source
Noel Grandin 08fe82e59c Remove unnecessary use of OUString constructor in + expressions
Convert code like
  aFilename =  OUString::number(nFilePostfixCount) + OUString(".bmp");
to
  aFilename =  OUString::number(nFilePostfixCount) + ".bmp";

Change-Id: I03f513ad1c8ec8846b2afbdc67ab12525ed07e50
2013-12-17 11:49:03 +02:00
..

The file jvfwk3rc is intended for providing bootstrap parameter for the java 
framework within the build environment. It is not part of a product. Tools 
which are started in the environment, such as regcomp.exe and uno.exe, use
this rc file when Java is needed.