sw/inc/IDocumentUndoRedo.hxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 400d36a9a04ae3568d3430b7519cf1e23f9686d4 Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Mon Feb 14 20:05:13 2022 +0100 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Tue Feb 15 09:28:04 2022 +0100
sw: document sw::GroupUndoGuard This has nothing to do with group shapes, even if it's next to DrawUndoGuard. Change-Id: I2e4608cb2941142f05ba633911709143eb3f9800 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129924 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmik...@collabora.com> diff --git a/sw/inc/IDocumentUndoRedo.hxx b/sw/inc/IDocumentUndoRedo.hxx index dae73a333360..cea231a0c361 100644 --- a/sw/inc/IDocumentUndoRedo.hxx +++ b/sw/inc/IDocumentUndoRedo.hxx @@ -246,6 +246,7 @@ private: bool const m_bUndoWasEnabled; }; +/// Blocks grouping undo actions together into an SfxListUndoAction. class GroupUndoGuard { public: