Writer4LaTeX: LaTeX import
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@21 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
0e2d725c17
commit
1bbf6241a4
11 changed files with 497 additions and 280 deletions
|
@ -45,7 +45,7 @@ class StreamGobbler extends Thread {
|
|||
while ( (line = br.readLine()) != null) {
|
||||
//while ( br.readLine() != null) {
|
||||
// Do nothing...
|
||||
System.out.println(type + ">" + line);
|
||||
//System.out.println(type + ">" + line);
|
||||
}
|
||||
}
|
||||
catch (IOException ioe) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue