From 41a7a2f8e2a62320f2acb01a01f1ccce4b60a44f Mon Sep 17 00:00:00 2001 From: Julien Rioux Date: Tue, 20 Sep 2011 18:36:34 +0000 Subject: [PATCH] * configure.py : Fix the gnumeric converters. They were tied to undefined formats ods and xls. The actual internal names for these formats are oocalc and excel. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39717 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/configure.py | 4 ++-- status.20x | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/configure.py b/lib/configure.py index d9e1960f62..c0b6d40fad 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -885,8 +885,8 @@ def checkConverterEntries(): # gnumeric/xls/ods to tex checkProg('a spreadsheet -> latex converter', ['ssconvert'], rc_entry = [ r'''\converter gnumeric latex "ssconvert --export-type=Gnumeric_html:latex $$i $$o" "" -\converter ods latex "ssconvert --export-type=Gnumeric_html:latex $$i $$o" "" -\converter xls latex "ssconvert --export-type=Gnumeric_html:latex $$i $$o" ""''', +\converter oocalc latex "ssconvert --export-type=Gnumeric_html:latex $$i $$o" "" +\converter excel latex "ssconvert --export-type=Gnumeric_html:latex $$i $$o" ""''', '']) path, lilypond = checkProg('a LilyPond -> EPS/PDF/PNG converter', ['lilypond']) diff --git a/status.20x b/status.20x index b65dd8895f..3d79c1b348 100644 --- a/status.20x +++ b/status.20x @@ -122,3 +122,6 @@ What's new - Fix the detection of splitindex (bug 7579). - Fix the detection of jfig3-itext, jfig3. + +- Properly associate the gnumeric converter with the Excel and OpenOffice + spreadsheet formats. -- 2.39.5