From: Richard Heck Date: Fri, 11 May 2012 12:01:58 +0000 (-0400) Subject: Add LibreOffice converters for ODT. X-Git-Tag: 2.0.4~96 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=fc3ed37c50886186c41dbb82b728360b7f47e63e;p=features.git Add LibreOffice converters for ODT. --- diff --git a/lib/configure.py b/lib/configure.py index f7380b3933..cac3f639d5 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -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"''']) # diff --git a/status.20x b/status.20x index 667c33158a..a8e7c45fdf 100644 --- a/status.20x +++ b/status.20x @@ -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