diff options
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 7602820ce313..348cc57af087 100644 --- a/sw/source/core/inc/UndoInsert.hxx +++ b/sw/source/core/inc/UndoInsert.hxx @@ -136,6 +136,7 @@ private: std::unique_ptr<Impl> m_pImpl; }; +/// Handles the undo/redo of the 'Replace...' context menu item for an image. class SwUndoReRead final : public SwUndo { std::optional<Graphic> moGraphic; |