Config ui + Writer4LaTeX
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@41 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
97144ad818
commit
04ed9dae7a
23 changed files with 886 additions and 239 deletions
|
@ -29,7 +29,6 @@ package org.openoffice.da.comp.w2lcommon.helper;
|
|||
import java.util.Collections;
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
|
||||
import com.sun.star.beans.UnknownPropertyException;
|
||||
import com.sun.star.beans.XPropertySet;
|
||||
|
|
|
@ -73,7 +73,7 @@ public class Mouth {
|
|||
}
|
||||
|
||||
private class Eyes {
|
||||
private BufferedReader br; // The inpuy
|
||||
private BufferedReader br; // The input
|
||||
private String sLine; // The current line
|
||||
private int nLen; // The length of the current line
|
||||
private int nIndex; // The current index in the current line
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue