forked from amazingfate/loongoffice
Java cleanup, call static methods statically
Change-Id: Ibe0454d490153f723a58c3c619be7f8d443639c8
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user