forked from amazingfate/loongoffice
java: printStackTrace always to stderr
like 3d3b3f656f92790225b89aa31ee61163fb2fc7e5 Change-Id: I6e80717de009e8a3a89ffc80cb945cc832917f8c
This commit is contained in:
@ -1054,7 +1054,7 @@ class UnoObjectDefinition{
|
||||
sReturn +="\n}";
|
||||
}
|
||||
sReturn += "catch (" + sCurException + " " + sExceptionName + "){\n";
|
||||
sReturn += "\t" + sExceptionName + ".printStackTrace(System.out);\n";
|
||||
sReturn += "\t" + sExceptionName + ".printStackTrace(System.err);\n";
|
||||
sReturn += "\t" + getCommentSign() + "Enter your Code here...\n}";
|
||||
nIndex++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user