sw/inc/undobj.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 4616f006df9497a8beaeb9181368b8708f1eeedc
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Mon Sep 19 20:08:58 2022 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Sep 20 08:26:37 2022 +0200

    sw: document SwUndoInsDoc
    
    Also reachable via UNO in SwUnoCursorHelper::InsertFile().
    
    Change-Id: I72564e62cfd9e9d7ebfbf23a55964885b0fe3ebf
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140200
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sw/inc/undobj.hxx b/sw/inc/undobj.hxx
index 7d1d38759529..ab3fb876302e 100644
--- a/sw/inc/undobj.hxx
+++ b/sw/inc/undobj.hxx
@@ -283,6 +283,7 @@ public:
     void dumpAsXml(xmlTextWriterPtr pWriter) const override;
 };
 
+/// Undo for Insert -> Text from file.
 class SwUndoInsDoc final : public SwUndoInserts
 {
 public:

Reply via email to