summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh1.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-10-27 14:29:14 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-10-27 14:29:14 +0000
commitda0489975919d520d60c9c970c77ee8e6a59a10d (patch)
treeaaf4823825809e5fd2bf7758a9f402116abe15a8 /sc/source/ui/view/cellsh1.cxx
parent5fb53a19062b3e0dc7cdab5bc11f2a28df7b21a8 (diff)
INTEGRATION: CWS notecontext (1.42.68); FILE MERGED
2006/09/29 09:46:28 nn 1.42.68.1: #i8101# delete note
Diffstat (limited to 'sc/source/ui/view/cellsh1.cxx')
-rw-r--r--sc/source/ui/view/cellsh1.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx
index 4ff1b2dcf..db5005c4c 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cellsh1.cxx,v $
*
- * $Revision: 1.42 $
+ * $Revision: 1.43 $
*
- * last change: $Author: kz $ $Date: 2006-07-21 14:51:12 $
+ * last change: $Author: rt $ $Date: 2006-10-27 15:29:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1979,6 +1979,11 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
}
break;
+ case SID_DELETE_NOTE:
+ pTabViewShell->DeleteContents( IDF_NOTE ); // delete all notes in selection
+ rReq.Done();
+ break;
+
case SID_CHARMAP:
if( pReqArgs != NULL )
{