diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2021-11-08 16:35:44 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-11-08 17:27:06 +0100 |
commit | 4d66721962f60a9c8b4653dc724f163c45e6ddd9 (patch) | |
tree | 71dfb2219d51d8c24ec708ea3469034034627d51 /sw | |
parent | e269146b14b53e380c3cde79ec323c461e97fe23 (diff) |
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 <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/inc/UndoInsert.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 |