Bug 169211 - Support tracking/indication of when a ToC needs an update
Summary: Support tracking/indication of when a ToC needs an update
Status: UNCONFIRMED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: needsUXEval
Depends on:
Blocks: TableofContents-Indexes
  Show dependency treegraph
 
Reported: 2025-11-02 13:36 UTC by Eyal Rozenberg
Modified: 2025-11-02 13:40 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eyal Rozenberg 2025-11-02 13:36:09 UTC
At the moment, ToC updates are completely lazy: You create, or update, your ToC, and then LO forgets about it until you next manually request an update. There is no indication of when the ToC goes out-of-sync with the rest of the document.

I suggest that LO supports tracking this situation.

Specifically, that could be used for a visual indication on a ToC of its being out-of-sync, so you know you need to update it. It could also be used by other code which may want this information for its decisions, e.g. the suggestion in the discussion on bug 44448, to warn about an out-of-sync ToC before printing.