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

@ -29,7 +29,7 @@ package writer2latex.office;
import org.w3c.dom.Element;
/**
* This class represent a cell in a table view</p>
* This class represent a cell in a table view
*/
public class CellView {
public Element cell = null;

View file

@ -20,7 +20,7 @@
*
* All Rights Reserved.
*
* Version 1.2 (2009-03-27)
* Version 1.2 (2009-09-07)
*
*/
@ -440,6 +440,7 @@ public class XMLString {
// svg namespace
public static final String SVG_DESC="svg:desc";
public static final String SVG_TITLE="svg:title";
public static final String SVG_FONT_FAMILY="svg:font-family"; // oasis (font declarations only)
public static final String SVG_X="svg:x";