https://bugs.freedesktop.org/show_bug.cgi?id=69411

          Priority: medium
            Bug ID: 69411
          Assignee: [email protected]
           Summary: FILESAVE: Paragraph class inside table cell is
                    stripped during export to XHTML
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
          Reporter: [email protected]
          Hardware: Other
        Whiteboard: BSA
            Status: UNCONFIRMED
           Version: 4.1.0.4 release
         Component: Writer
           Product: LibreOffice

Problem description: 

Steps to reproduce:
1. Create a custom paragraph style, give it a unique name
2. Create a table
3. Place some text inside one of the table cells
4. Assign the custom paragraph style to that text
5. Export to XHTML

Current behavior: (4.1.1.2)

    <td style="text-align:left;width:4.249cm; " class="Table2_A1">
        <p class="P5">Text ("Table Body Bold" style)</p>
    </td>

Note: <p class="P5">

Expected behavior: (4.0.3.3)

  <td style="text-align:left;width:4.346cm; " class="Table2_A1">
        <p class="Table_20_Body_20_Bold">Text ("Table Body Bold" style)</p>
    </td>

Note: <p class="Table_20_Body_20_Bold">
Operating System: Debian
Version: 4.1.0.4 release

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to