sw/source/core/inc/UndoInsert.hxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 4d66721962f60a9c8b4653dc724f163c45e6ddd9 Author: Miklos Vajna <[email protected]> AuthorDate: Mon Nov 8 16:35:44 2021 +0100 Commit: Miklos Vajna <[email protected]> CommitDate: Mon Nov 8 17:27:06 2021 +0100 sw: document SwUndoInsert I.e. there is no starting and ending paragraph in this case, just a single m_nNode offset. m_nLen refers to the length of the typed characters. Change-Id: Ia4d14aa54559f5f192141ebee04a5315532d7ad7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124876 Reviewed-by: Miklos Vajna <[email protected]> Tested-by: Jenkins diff --git a/sw/source/core/inc/UndoInsert.hxx b/sw/source/core/inc/UndoInsert.hxx index f5d4a1343591..8caaf00a3e3e 100644 --- a/sw/source/core/inc/UndoInsert.hxx +++ b/sw/source/core/inc/UndoInsert.hxx @@ -37,6 +37,7 @@ class SwDoc; namespace sw { class DocumentContentOperationsManager; } enum class MirrorGraph; +/// Typing one or more characters to a single paragraph. class SwUndoInsert final : public SwUndo, private SwUndoSaveContent { /// start of Content in UndoNodes for Redo
