diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-10-27 14:28:28 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-10-27 14:28:28 +0000 |
commit | eb9b755eda79086ef551829626c36e8e8ea48d9d (patch) | |
tree | a7a526c78e79b388db0c04ac5a754186b5a27198 /sc/sdi/scalc.sdi | |
parent | 8d17420dbc8258dbd651f1926436b88a5c191544 (diff) |
INTEGRATION: CWS notecontext (1.31.288); FILE MERGED
2006/09/29 09:44:05 nn 1.31.288.1: #i8101# delete note
Diffstat (limited to 'sc/sdi/scalc.sdi')
-rw-r--r-- | sc/sdi/scalc.sdi | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi index 9021a2f679da..ac7987b60300 100644 --- a/sc/sdi/scalc.sdi +++ b/sc/sdi/scalc.sdi @@ -4,9 +4,9 @@ * * $RCSfile: scalc.sdi,v $ * - * $Revision: 1.31 $ + * $Revision: 1.32 $ * - * last change: $Author: rt $ $Date: 2005-09-08 18:14:17 $ + * last change: $Author: rt $ $Date: 2006-10-27 15:28:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -4374,6 +4374,31 @@ SfxBoolItem NoteVisible FID_NOTE_VISIBLE ] //-------------------------------------------------------------------------- +SfxVoidItem DeleteNote SID_DELETE_NOTE +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = TRUE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_EDIT; +] + +//-------------------------------------------------------------------------- SfxStringItem NumberFormat SID_NUMBER_FORMAT [ @@ -7599,4 +7624,3 @@ SfxBoolItem SheetRightToLeft FID_TAB_RTL GroupId = GID_FORMAT; ] - |