[ 
https://issues.apache.org/jira/browse/ODFTOOLKIT-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13462376#comment-13462376
 ] 

DaLi Liu commented on ODFTOOLKIT-196:
-------------------------------------

Verified status of this issue
1.invalid or fixed or no response - maybe can be closed;

I test the sample file with follow codes, the out file is same as the source 
file.

        public void testODF196() {
                try {
                        OdfDocument odfDocument = 
OdfDocument.loadDocument(ResourceUtilities.getAbsolutePath("odf196.odt"));
                        
odfDocument.save(ResourceUtilities.newTestOutputFile("odf196out.odt"));
                } catch (Exception e) {
                        
Logger.getLogger(ODFt_196.class.getName()).log(Level.SEVERE, e.getMessage(), e);
                        Assert.fail(e.getMessage());
                }
        }


                
> The line space of TOC will be changed just after loading and saving the 
> document
> --------------------------------------------------------------------------------
>
>                 Key: ODFTOOLKIT-196
>                 URL: https://issues.apache.org/jira/browse/ODFTOOLKIT-196
>             Project: ODF Toolkit
>          Issue Type: Improvement
>          Components: java
>    Affects Versions: 0.8.6
>         Environment: Operating System: Windows
> Platform: PC
>            Reporter: Ying Chun Guo
>            Assignee: issues
>            Priority: Minor
>             Fix For: 0.8.7
>
>         Attachments: ASF.LICENSE.NOT.GRANTED--TOC_original_big.odt
>
>
> Created an attachment (id=550)
> A sample ODT document
> Hi,
> If saving the sample file by ODFDOM, the line space of TOC will be changed 
> even we do not change any contents for the file. Per comparison, the 
> styles.xml is changed.
> Regards
> Daisy

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to