From e3c1713807499fdbe63fad0944d0ce3b91b28637 Mon Sep 17 00:00:00 2001 From: Henry Castro Date: Sat, 17 Jun 2017 13:52:15 -0400 Subject: lokit: add .uno:DocumentRepair command Change-Id: I5b13ea6f4785bc91c29111fa63c4a1b0ea9b2660 Reviewed-on: https://gerrit.libreoffice.org/38908 Tested-by: Jenkins Reviewed-by: Henry Castro Reviewed-on: https://gerrit.libreoffice.org/47915 Reviewed-by: Jan Holesovsky Tested-by: Jan Holesovsky --- sw/source/core/inc/UndoManager.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sw/source/core/inc') diff --git a/sw/source/core/inc/UndoManager.hxx b/sw/source/core/inc/UndoManager.hxx index ede9604059ad..d5db9f69bc5e 100644 --- a/sw/source/core/inc/UndoManager.hxx +++ b/sw/source/core/inc/UndoManager.hxx @@ -94,6 +94,9 @@ public: SwNodes & GetUndoNodes(); void SetDocShell(SwDocShell* pDocShell); +protected: + virtual void EmptyActionsChanged() override; + private: IDocumentDrawModelAccess & m_rDrawModelAccess; IDocumentRedlineAccess & m_rRedlineAccess; -- cgit v1.2.3