w2l bugfix: Export headings in footnotes as ordinary texts

git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@127 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
henrikjust 2012-02-22 08:42:40 +00:00
parent 2adc68ed46
commit c1d0cd4bf7
3 changed files with 9 additions and 9 deletions

View file

@ -20,7 +20,7 @@
*
* All Rights Reserved.
*
* Version 1.2 (2011-09-20)
* Version 1.2 (2012-02-22)
*
*/
@ -33,7 +33,7 @@ public class ConverterFactory {
// Version information
private static final String VERSION = "1.1.9";
private static final String DATE = "2011-09-20";
private static final String DATE = "2012-02-22";
/** Return the Writer2LaTeX version in the form
* (major version).(minor version).(patch level)<br/>