sw/inc/undobj.hxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit a92924c3340617ea37ed94dbef0cd40723173317
Author: Miklos Vajna <[email protected]>
AuthorDate: Tue Jan 16 08:25:30 2024 +0100
Commit: Miklos Vajna <[email protected]>
CommitDate: Tue Jan 16 09:21:28 2024 +0100
sw: document SwUndoCpyDoc
Explain how this differs from SwUndoInsDoc, when both insert content to
the document.
Change-Id: I426f5a229bffe16d98fa7f7cd0e64d394297becc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162153
Reviewed-by: Miklos Vajna <[email protected]>
Tested-by: Jenkins
diff --git a/sw/inc/undobj.hxx b/sw/inc/undobj.hxx
index 9feaec0521b7..03ad720aabe7 100644
--- a/sw/inc/undobj.hxx
+++ b/sw/inc/undobj.hxx
@@ -288,6 +288,8 @@ public:
SwUndoInsDoc( const SwPaM& );
};
+/// Undo for copying from part of a document and then inserting that text, as
opposed to inserting
+/// it from a file or clipboard.
class SwUndoCpyDoc final : public SwUndoInserts
{
public: