forked from amazingfate/loongoffice
Java cleanup, remove the rest of the unnecessary casts
Change-Id: Ia61d250f6b3711abc29569c5ece38a6f87e38daa Reviewed-on: https://gerrit.libreoffice.org/3432 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
This commit is contained in:
committed by
Fridrich Strba
parent
d62425cc27
commit
8d87758d65
@ -577,10 +577,10 @@ class ExampleDimension implements
|
||||
return new ExamplePropertySetInfo( new com.sun.star.beans.Property[] {
|
||||
new com.sun.star.beans.Property( "Original", -1,
|
||||
new com.sun.star.uno.Type( com.sun.star.container.XNamed.class),
|
||||
(short) com.sun.star.beans.PropertyAttribute.READONLY ),
|
||||
com.sun.star.beans.PropertyAttribute.READONLY ),
|
||||
new com.sun.star.beans.Property( "IsDataLayoutDimension", -1,
|
||||
new com.sun.star.uno.Type( Boolean.class),
|
||||
(short) com.sun.star.beans.PropertyAttribute.READONLY ),
|
||||
com.sun.star.beans.PropertyAttribute.READONLY ),
|
||||
new com.sun.star.beans.Property( "Orientation", -1,
|
||||
new com.sun.star.uno.Type(
|
||||
com.sun.star.sheet.DataPilotFieldOrientation.class), (short) 0),
|
||||
|
||||
Reference in New Issue
Block a user