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

--- Comment #1 from wpeat...@gmail.com ---
A workaround that will get you two extra heading styles is to find another HTML
tag that Writer will map to a paragraph style. 

<pre>         maps to Preformatted Text
<blockquote>  maps to Quotations

There are other tags that map to character styles, but those are not helpful.
<pre> and <blockquote> can get you up to Heading 7 and Heading 8, but only if
you don't use Preformatted Text or Quotations style in your document.

* use <pre> in HTML file for Heading 7
* use <blockquote> in HTML file for Heading 8
* Insert...File from text... select your HTML file
* Do a global search and replace (ctl+H) in your document. Enable Paragraph
Styles option. Select Preformatted Text in Find box and Heading 7 in Replace
box. Click on Replace All to replace all instances of Preformatted Text
paragraph style with Heading 7 style.
* Repeat previous step with Quotations/Heading 8

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

Reply via email to