Localization improvements and removing some unused code
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@143 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
de74e5ff6b
commit
e3a808f820
39 changed files with 435 additions and 1442 deletions
|
@ -16,11 +16,11 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
||||
* MA 02111-1307 USA
|
||||
*
|
||||
* Copyright: 2001-2010 by Henrik Just
|
||||
* Copyright: 2001-2012 by Henrik Just
|
||||
*
|
||||
* All Rights Reserved.
|
||||
*
|
||||
* version 1.2 (2010-03-29)
|
||||
* version 1.4 (2012-03-19)
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -35,12 +35,12 @@ import org.w3c.dom.Document;
|
|||
import org.w3c.dom.DocumentType;
|
||||
import org.w3c.dom.Element;
|
||||
|
||||
import writer2latex.xmerge.NewDOMDocument;
|
||||
import writer2latex.xmerge.DOMDocument;
|
||||
|
||||
/** This class creates the required META-INF/container.xml file for an EPUB package
|
||||
* (see http://www.idpf.org/ocf/ocf1.0/download/ocf10.htm).
|
||||
*/
|
||||
public class ContainerWriter extends NewDOMDocument {
|
||||
public class ContainerWriter extends DOMDocument {
|
||||
|
||||
public ContainerWriter() {
|
||||
super("container", "xml");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue