appy.gen: bugfix in the validator for the default field 'UNO-enabled Python interpreter'; appy.pod: added default function 'text' that allows to dump a string containing carriage returns into the ODT, with statements like 'do... from text(someString)'; appy.pod: bugfix in the management of conflictual inner-tags in the odt2html conversion: in some cases (when style mappings are applied), empty tags that needed to be removed were not removed because of the presence of tag attributes.

This commit is contained in:
Gaetan Delannay 2011-03-18 16:52:15 +01:00
parent 66a02c453e
commit 4fe5c5e164
5 changed files with 1754 additions and 1736 deletions

View file

@ -28,7 +28,7 @@ class ToolWrapper(AbstractWrapper):
return NO_PYTHON % value
if os.system('%s -c "import uno"' % value):
return NOT_UNO_ENABLED_PYTHON % value
return None
return True
podOutputFormats = ('odt', 'pdf', 'doc', 'rtf')
def getPodOutputFormats(self):