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/viewfun6.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/viewfun6.cxx')
-rw-r--r-- | sc/source/ui/view/viewfun6.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/viewfun6.cxx b/sc/source/ui/view/viewfun6.cxx index b61c9fffe0a6..9927e8691cb6 100644 --- a/sc/source/ui/view/viewfun6.cxx +++ b/sc/source/ui/view/viewfun6.cxx @@ -290,7 +290,7 @@ void ScViewFunc::EditNote() // start drawing undo to catch undo action for insertion of the caption object pDocSh->MakeDrawLayer(); ScDrawLayer* pDrawLayer = pDoc->GetDrawLayer(); - pDrawLayer->BeginCalcUndo(); + pDrawLayer->BeginCalcUndo(true); // generated undo action is processed in FuText::StopEditMode // get existing note or create a new note (including caption drawing object) |