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

Jean-Pierre Ledure <j...@ledure.be> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
           Assignee|libreoffice-b...@lists.free |j...@ledure.be
                   |desktop.org                 |
             Status|UNCONFIRMED                 |ASSIGNED

--- Comment #4 from Jean-Pierre Ledure <j...@ledure.be> ---
I could reproduce the bug.

To fix it, in the BaseDocumenter Basic library, module BD_Html, replace line
230
    If psTargetPage = kTableData Then
by
    If sTargetPage = kTableData Then
(i.e. remove the leading "p" in psTargetPage).

Preferably do it manually. I will not post an update of the extension soon.

Note also that, when recompiling that module, an error appears due to a more
strict syntax checking by the Basic compiler since the last 4 years: on line
558 of the same module, add a closing bracket.

Thanks for reporting the bug.

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

Reply via email to