https://bugs.documentfoundation.org/show_bug.cgi?id=149259

--- Comment #3 from Jambunathan K <[email protected]> ---
This is how TOC template looks like  ....

Note that Contents_20_1 etc inherit from the default paragraph style ... which
requests right aligned text.  See screenshot.


<text:table-of-content text:style-name="OrgIndexSection"
                       text:name="Table of Contents"
                       text:protected="false">
  <text:table-of-content-source text:index-scope="document"
                                text:outline-level="3"
                                text:use-index-source-styles="true"
                                text:use-outline-level="false">
    <text:index-title-template text:style-name="Contents_20_Heading">
    Table of Contents</text:index-title-template>
    <text:table-of-content-entry-template text:style-name="Contents_20_1"
                                          text:outline-level="1">
      <text:index-entry-link-start text:style-name="Index_20_Link" />
      <text:index-entry-chapter />
      <text:index-entry-text />
      <text:index-entry-tab-stop style:leader-char="."
                                 style:type="right" />
      <text:index-entry-page-number />
      <text:index-entry-link-end />
    </text:table-of-content-entry-template>
    <text:table-of-content-entry-template text:style-name="Contents_20_2"
                                          text:outline-level="2">
      <text:index-entry-link-start text:style-name="Index_20_Link" />
      <text:index-entry-chapter />
      <text:index-entry-text />
      <text:index-entry-tab-stop style:leader-char="."
                                 style:type="right" />
      <text:index-entry-page-number />
      <text:index-entry-link-end />
    </text:table-of-content-entry-template>

    <!-- snipped -->
    <text:index-source-styles text:outline-level="1">
      <text:index-source-style text:style-name="Heading_20_1" />
    </text:index-source-styles>
    <text:index-source-styles text:outline-level="2">
      <text:index-source-style text:style-name="Heading_20_2" />
    </text:index-source-styles>
    <text:index-source-styles text:outline-level="3">
      <text:index-source-style text:style-name="Heading_20_3" />
    </text:index-source-styles>
  </text:table-of-content-source>
  <text:index-body>
    <text:index-title text:style-name="OrgIndexSection"
                      text:name="Table of Contents1_Head">
      <text:p text:style-name="Contents_20_Heading">Table of
      Contents</text:p>
    </text:index-title>
    <text:p text:style-name="Contents_20_1">
      <text:a xlink:href="#org2dbeb53"
              xlink:type="simple">1. Align all paragraphs to the
      Right</text:a>
    </text:p>
    <!-- snipped -->
  </text:index-body>
</text:table-of-content>

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to