Revision 9bc8fab...
Go back to digest for 30th January 2011Bug Fixes in Office
Sebastian Sauer committed changes in [calligra] /words/msword-odf:
Fix handling of top and bottom margins for Word95 documents.
The dyaTop and dyaBottom types are YAS-datatypes which are defined as signed 16 bit integers.
A negative value means minimal top-value and a positive value means exact top-value.
Since we cannot handle that in ODF (and the minimal-part was removed in >=Word97 anyways), we just use the absolute value.
File Changes
Modified 4 files
- /words/msword-odf
- filters/document.cpp
- filters/wv2/src/convert.cpp
- filters/wv2/src/word95_generated.cpp
- filters/wv2/src/generator/generator_wword6.htm
4 files changed in total