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

--- Comment #12 from Wolfgang Jäger <[email protected]> ---
When a document is created from hard-coded default or based on a template, it
gets a provisional title like "Untitled 1" which is assigned to the models
.Title property. 
(It then is also used for the titlebar of the framse's window, but may be
modified by custom code for that position!)

THIS is the moment to also assign that provisional title to the .Title property
of the model.
Actually there is either an empty string or the template name.

This is part of the mess made up by inconsistent naming and by the
counter-rational presentation of properties pretending a structure not actually
supported by the API and using (in English!) different arbitrary names as
compared to the API.

The Title property (used for pdf export e.g.) is shown as if an element of
'Description', and what's shown there as 'Comment' is treated as 'Description'
by the API interfacet XDocumentProperties.

Actualöly the situation is messed up in a way that I only can recommend a
workaround by custom code to get the title wanted for export where it belongs.

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

Reply via email to