Remove visual noise from jurt
Change-Id: I9f2d9d0ee99623495440fd66961b56a73bd4124a Reviewed-on: https://gerrit.libreoffice.org/8276 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
parent
5d70084bc6
commit
e524ecb3c9
2 changed files with 14 additions and 14 deletions
|
@ -170,7 +170,7 @@ public class FactoryHelper {
|
|||
}
|
||||
|
||||
// XComponentContext impl
|
||||
//______________________________________________________________________________________________
|
||||
|
||||
public Object createInstanceWithContext(
|
||||
XComponentContext xContext )
|
||||
throws com.sun.star.uno.Exception
|
||||
|
@ -236,7 +236,7 @@ public class FactoryHelper {
|
|||
throw new com.sun.star.uno.Exception( instantiationException.toString() );
|
||||
}
|
||||
}
|
||||
//______________________________________________________________________________________________
|
||||
|
||||
public Object createInstanceWithArgumentsAndContext(
|
||||
Object rArguments[], XComponentContext xContext )
|
||||
throws com.sun.star.uno.Exception
|
||||
|
|
|
@ -23,18 +23,18 @@ import org.junit.Test;
|
|||
import static org.junit.Assert.*;
|
||||
|
||||
public final class AnyConverter_Test {
|
||||
Any anyBool; //
|
||||
Any anyChar; //
|
||||
Any anyByte; //
|
||||
Any anyShort; //
|
||||
Any anyInt; //
|
||||
Any anyLong; //
|
||||
Any anyFloat; //
|
||||
Any anyDouble; //
|
||||
Any anyStr; //
|
||||
Any anyType; //
|
||||
Any anyArByte; //
|
||||
Any anyVoid; //
|
||||
Any anyBool;
|
||||
Any anyChar;
|
||||
Any anyByte;
|
||||
Any anyShort;
|
||||
Any anyInt;
|
||||
Any anyLong;
|
||||
Any anyFloat;
|
||||
Any anyDouble;
|
||||
Any anyStr;
|
||||
Any anyType;
|
||||
Any anyArByte;
|
||||
Any anyVoid;
|
||||
Any anyXTypeProvider;
|
||||
|
||||
Boolean aBool= new Boolean(true);
|
||||
|
|
Loading…
Reference in a new issue