diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2023-01-02 20:10:04 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-01-03 07:00:44 +0000 |
commit | 3d72e1f014637e0c1f690014f3f1d4dff32de3d6 (patch) | |
tree | d9e6e6ef05ba412141779008a0944df34cdd980d /sw | |
parent | ac738382d63203965e13d3fe6f7745cdea95ea38 (diff) |
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 <vmiklos@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/inc/UndoTable.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
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; |