https://bugs.documentfoundation.org/show_bug.cgi?id=146034
Bug ID: 146034
Summary: Output to HTML: confusing filenames after confirmation
to overwrite existing one
Product: LibreOffice
Version: 7.1.5.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
The function "File -> Send -> Create HTML Document" creates a master file with
the first page (if any) and the content index. All other chapters get their
own file and are linked to in the master file.
When the function is called, it asks for a filename. If that file exists, it
ask for confirmation to overwrite it.
When it overwrites the existig top-level one, it does not overwrite the
corresponding other files but generates new ones. This results in a bunch of
outdated files, which are hard to identfy.
For example, if the documents has 3 chapters it may generate following files:
doc.html doc1.html doc2.html doc3.html
If we generate it again and confirm to overwrite doc.html, it generates:
doc.html doc4.html doc5.html doc6.html
I've not tested what happens if the numbering of the files is not continuous,
doc1.html doc4.html
If the gaps in the numbering are used, it gets more worse ...
I'd expect that all files are overwritten.
--
You are receiving this mail because:
You are the assignee for the bug.