From ecccfa73b9c69a5d9645a2647f20a37588a63a8e Mon Sep 17 00:00:00 2001 From: Armin Le Grand Date: Thu, 27 Jun 2013 10:23:24 +0000 Subject: Resolves: #i121008# corrected calc cell comment stuff (cherry picked from commit fb1dc1d963e192e588731cce3a3ba20996c4e589) Conflicts: sc/source/core/data/drwlayer.cxx svx/inc/svx/svdmodel.hxx svx/source/svdraw/svdmodel.cxx svx/source/svdraw/svdundo.cxx Change-Id: I10b644aa44ae8c1eb0a027aeeaf27790ec455fa2 --- sc/source/ui/view/drawview.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/view/drawview.cxx') diff --git a/sc/source/ui/view/drawview.cxx b/sc/source/ui/view/drawview.cxx index 88395f402f71..8bd69d3e2db3 100644 --- a/sc/source/ui/view/drawview.cxx +++ b/sc/source/ui/view/drawview.cxx @@ -758,7 +758,7 @@ void ScDrawView::DeleteMarked() OSL_ENSURE( aNoteData.mpCaption == pCaptObj, "ScDrawView::DeleteMarked - caption object does not match" ); // collect the drawing undo action created while deleting the note if( bUndo ) - pDrawLayer->BeginCalcUndo(); + pDrawLayer->BeginCalcUndo(false); // delete the note (already removed from document above) delete pNote; // add the undo action for the note -- cgit