diff options
author | Armin Le Grand <alg@apache.org> | 2013-06-27 10:23:24 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-27 16:09:32 +0100 |
commit | ecccfa73b9c69a5d9645a2647f20a37588a63a8e (patch) | |
tree | 7fa7ae50294316c343a4694d8fc41e75f5f0aca9 /sc/source/ui/view/drawview.cxx | |
parent | 21eeeccfa64a4c03554c1fe3715d38c1695245ab (diff) |
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
Diffstat (limited to 'sc/source/ui/view/drawview.cxx')
-rw-r--r-- | sc/source/ui/view/drawview.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |