Java 5 + Writer4LaTeX + bugfixes
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@11 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
be54e842f4
commit
9241a44f6c
83 changed files with 2373 additions and 631 deletions
|
@ -46,7 +46,7 @@ public class TableConverter extends ConverterHelper {
|
|||
|
||||
// The collection of all table names
|
||||
// TODO: Navigation should be handled here rather than in Converter.java
|
||||
protected Vector sheetNames = new Vector();
|
||||
protected Vector<String> sheetNames = new Vector<String>();
|
||||
|
||||
public TableConverter(OfficeReader ofr, XhtmlConfig config, Converter converter) {
|
||||
super(ofr,config,converter);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue