https://bugs.documentfoundation.org/show_bug.cgi?id=172511
Bug ID: 172511
Summary: App UI Configuration settings don't belong in
templates
Product: LibreOffice
Version: 26.8.0.0 alpha0+ master
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
When saving a document as a template, we save with it the large set of
configuration items we would save in a regular document. Example from an OTP
file:
VisibleAreaTop VisibleAreaLeft VisibleAreaWidth VisibleAreaHeight Views
WindowState GridIsVisible GridIsFront IsSnapToGrid IsSnapToPageMargins
IsSnapToSnapLines IsSnapToObjectFrame
etc. etc. (95 lines)
These app settings should really not be part of the template; and,
specifically, it is almost certainly not the author's intent to impose a bunch
of UI settings on whoever it is that's using their template.
So:
* Let's stop saving these values in templates
* Let's ignore these values when _opening_ templates
--
You are receiving this mail because:
You are the assignee for the bug.