Java cleanup, call static methods statically

Change-Id: Ibe0454d490153f723a58c3c619be7f8d443639c8
This commit is contained in:
Noel Grandin
2013-04-25 14:55:32 +02:00
parent d2d3e5d2a8
commit fb39e71989
9 changed files with 66 additions and 72 deletions

View File

@ -202,7 +202,7 @@ public class StyleInitialization {
com.sun.star.beans.XPropertySet.class, xStyle );
AnyConverter aAnyConv = new AnyConverter();
String sFontname = aAnyConv.toString(xPropertySet.getPropertyValue("CharFontName"));
String sFontname = AnyConverter.toString(xPropertySet.getPropertyValue("CharFontName"));
sFontname = sFontname.toLowerCase();
// if the style use the font 'Albany', apply it to the current paragraph