Polyglossia + EPUB meta data

git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@80 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
henrikjust 2010-12-16 09:22:24 +00:00
parent ea5d8679c9
commit e02f738e85
20 changed files with 727 additions and 520 deletions

View file

@ -66,6 +66,8 @@ public class Converter extends ConverterBase {
private XhtmlConfig config;
public Config getConfig() { return config; }
protected XhtmlConfig getXhtmlConfig() { return config; }
// The locale
private L10n l10n;

View file

@ -47,7 +47,7 @@ public class CssDocument implements OutputFile {
/**
* Constructor (creates an empty document)
* @param name <code>Document</code> name.
* @param sName <code>Document</code> name.
*/
public CssDocument(String sName) {
this.sName = sName;