#i21858# - removal of framework namespace from namespace of
UNO interfaces and services
This commit is contained in:
@@ -42,7 +42,7 @@ public class LogUtils {
|
||||
String result = "";
|
||||
try
|
||||
{
|
||||
baos = new ByteArrayOutputStream( 128 );
|
||||
baos = new ByteArrayOutputStream( );
|
||||
ps = new PrintStream( baos );
|
||||
e.printStackTrace( ps );
|
||||
}
|
||||
|
Reference in New Issue
Block a user