From 0ebe9fab18e732468d2b9d53dddf9f266411a0e5 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Wed, 26 Oct 2016 16:18:22 +0200 Subject: init ScUndoRemoveMerge with range, tdf#92117 follow-up So the original selection is restored after Undo. Change-Id: Ie549a0b62da469ee38270ae089ea5abf9a6868e3 --- sc/source/ui/inc/undoblk.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/source/ui/inc/undoblk.hxx') diff --git a/sc/source/ui/inc/undoblk.hxx b/sc/source/ui/inc/undoblk.hxx index 01af186c1ea1..32704024a09c 100644 --- a/sc/source/ui/inc/undoblk.hxx +++ b/sc/source/ui/inc/undoblk.hxx @@ -902,6 +902,7 @@ public: const ScCellMergeOption& rOption, ScDocument* pNewUndoDoc ); ScUndoRemoveMerge( ScDocShell* pNewDocShell, + const ScRange& rRange, ScDocument* pNewUndoDoc ); virtual ~ScUndoRemoveMerge() override; -- cgit