Config ui prototype and some minor fixes

git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@29 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
henrikjust 2009-09-07 08:01:40 +00:00
parent f6c8e1709e
commit e8bba32302
50 changed files with 1091 additions and 110 deletions

View file

@ -33,7 +33,7 @@ public class ConverterFactory {
// Version information
private static final String VERSION = "1.1.1";
private static final String DATE = "2008-08-31";
private static final String DATE = "2008-09-07";
/** Return version information
* @return the Writer2LaTeX version in the form

View file

@ -27,7 +27,7 @@
package writer2latex.api;
/** A simple interface for a graphic converter which converts between various
* graphics formats
* graphics formats
*/
public interface GraphicConverter {

View file

@ -26,7 +26,7 @@
package writer2latex.api;
/** This class represents a single entry on an index page created by a batch converter
/** This class represents a single entry on an index page created by a batch converter
*/
public class IndexPageEntry {