From def36294754a7263101b421166195eb1b95d6d6f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 1 Aug 2017 11:34:22 +0100 Subject: Related: tdf#109856 redo 'insert multiple tabs after' inserts too many tabs Change-Id: I50e8941408343f8fa9acf017d7c195279952916d Reviewed-on: https://gerrit.libreoffice.org/40628 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- sc/source/ui/undo/undotab.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/sc/source/ui/undo/undotab.cxx b/sc/source/ui/undo/undotab.cxx index 7245cc99a1f6..7a8311525e8a 100644 --- a/sc/source/ui/undo/undotab.cxx +++ b/sc/source/ui/undo/undotab.cxx @@ -226,7 +226,6 @@ void ScUndoInsertTables::Redo() pDocShell->SetInUndo( true ); //! BeginRedo bDrawIsInUndo = true; - pViewShell->SetTabNo(nTab); pViewShell->InsertTables( aNameList, nTab, static_cast(aNameList.size()),false ); bDrawIsInUndo = false; -- cgit v1.2.3