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

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|7.3.0.0 alpha0+             |Inherited From OOo

--- Comment #9 from Justin L <[email protected]> ---
(In reply to Justin L from comment #8)
>  any style that produces a text:h instead of a text:p.
and all that takes is to give any paragraph style an outline level.

So simplified steps to reproduce:
1.) create a footer (you can leave it blank) and set the footer para-style to
be outline level 1.
2.) assign a number to Chapter Numbering level 1 (and you can leave the Heading
1 paragraph assignment - it doesn't need to be removed)
3.) save as .ODT and reload, noticing that the footer now has numbering.

reproduced with these steps in LO 3.5 - assume inherited from OOo.

A hack fix is:
-                     !bOutlineStyleCandidate &&
+                     !bOutlineStyleCandidate && !IsInHeaderFooter() &&

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

Reply via email to