sw/source/core/inc/UndoTable.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 3d72e1f014637e0c1f690014f3f1d4dff32de3d6
Author: Miklos Vajna <[email protected]>
AuthorDate: Mon Jan 2 20:10:04 2023 +0100
Commit: Miklos Vajna <[email protected]>
CommitDate: Tue Jan 3 07:00:44 2023 +0000
sw: document SwUndoInsTable
Table autoformat & redlining causes most complications here.
Change-Id: I2639d119bf4cb0baf05919c6de3ce44108b52db1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144965
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <[email protected]>
diff --git a/sw/source/core/inc/UndoTable.hxx b/sw/source/core/inc/UndoTable.hxx
index e0f8dd5fb58d..29850d2f07e2 100644
--- a/sw/source/core/inc/UndoTable.hxx
+++ b/sw/source/core/inc/UndoTable.hxx
@@ -53,6 +53,7 @@ void NotifyTableCollapsedParagraph(const SwContentNode*
pNode, SwCursorShell *co
}
+/// Implements undo/redo for Table -> Insert Table.
class SwUndoInsTable final : public SwUndo
{
OUString m_sTableName;