commit 8d6c608de83ccc9c12a3747d4af19dea3d76dbb1 Author: Uwe Stöhr <uwesto...@lyx.org> Date: Sun May 31 03:03:29 2015 +0200
configure.py: partly revert previous commit This should not have gone in. diff --git a/lib/configure.py b/lib/configure.py index 4f06e13..6e3d37b 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -678,8 +678,7 @@ def checkFormatEntries(dtl_tools): rc_entry = [r'\Format noteedit not Noteedit "" "%%" "%%" "vector" ""']) # checkViewerEditor('an OpenDocument viewer', ['libreoffice', 'lwriter', 'lowriter', 'oowriter', 'swriter', 'abiword'], - rc_entry = [r'''\Format odt odt "OpenDocument (eLyXer)" "" "%%" "%%" "document,vector,menu=export" "application/vnd.oasis.opendocument.text" -\Format odt2 odt "OpenDocument (tex4ht)" "" "%%" "%%" "document,vector,menu=export" "application/vnd.oasis.opendocument.text" + rc_entry = [r'''\Format odt odt "OpenDocument" "" "%%" "%%" "document,vector,menu=export" "application/vnd.oasis.opendocument.text" \Format sxw sxw "OpenOffice.Org (sxw)" "" "" "" "document,vector" "application/vnd.sun.xml.writer"''']) # checkViewerEditor('a Rich Text and Word viewer', ['libreoffice', 'lwriter', 'lowriter', 'oowriter', 'swriter', 'abiword'],