]> git.lyx.org Git - features.git/commitdiff
Add LibreOffice converters for ODT.
authorRichard Heck <rgheck@lyx.org>
Fri, 11 May 2012 12:01:58 +0000 (08:01 -0400)
committerRichard Heck <rgheck@lyx.org>
Fri, 11 May 2012 12:01:58 +0000 (08:01 -0400)
lib/configure.py
status.20x

index f7380b3933c2c79b0c888cef4743c9ade06b36fd..cac3f639d522e71bd4ddd442b6235e47af7652ee 100644 (file)
@@ -644,11 +644,11 @@ def checkFormatEntries(dtl_tools):
     checkViewerEditor('Noteedit', ['noteedit'],
         rc_entry = [r'\Format noteedit   not     Noteedit               "" "%%"        "%%"    "vector"'])
     #
-    checkViewerEditor('an OpenDocument/OpenOffice viewer', ['swriter', 'oowriter', 'abiword'],
+    checkViewerEditor('an OpenDocument/OpenOffice viewer', ['libreoffice', 'lwriter', 'lowriter', 'oowriter', 'swriter', 'abiword'],
         rc_entry = [r'''\Format odt        odt     OpenDocument           "" "%%"      "%%"    "document,vector,menu=export"
 \Format sxw        sxw    "OpenOffice.Org (sxw)"  "" ""        ""      "document,vector"'''])
     #
-    checkViewerEditor('a Rich Text and Word viewer', ['swriter', 'oowriter', 'abiword'],
+    checkViewerEditor('a Rich Text and Word viewer', ['libreoffice', 'lwriter', 'lowriter', 'oowriter', 'swriter', 'abiword'],
         rc_entry = [r'''\Format rtf        rtf    "Rich Text Format"      "" "%%"      "%%"    "document,vector,menu=export"
 \Format word       doc    "MS Word"               W  "%%"      "%%"    "document,vector,menu=export"'''])
     #
index 667c33158a17313111a08ca8704a25497a08b0b0..a8e7c45fdf0fb0275ec05b9bffbcfccaf7f6671b 100644 (file)
@@ -43,6 +43,8 @@ What's new
 - Export contents of included files rather than just an indication that there
   was an excluded file (bug 8087).
 
+- Added LibreOffice to list of detected ODT viewers/editors.
+
 
 * TEX2LYX IMPROVEMENTS