diff options
author | os <os@openoffice.org> | 2010-07-29 08:48:43 +0200 |
---|---|---|
committer | os <os@openoffice.org> | 2010-07-29 08:48:43 +0200 |
commit | 55209255b6b3ba32b08dee0c5941258cf07b0785 (patch) | |
tree | c2410b6ed56d1beb994f40daf995fa4118f0f973 /sw/sdi/swriter.sdi | |
parent | 4a607556ce44e451bae7292bdb99d7ee9b67fd25 (diff) |
#i100037# command names added, duplicate DeleteNote/DeleteComment removed
Diffstat (limited to 'sw/sdi/swriter.sdi')
-rwxr-xr-x | sw/sdi/swriter.sdi | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi index aae7ec7a019c..d601ab003643 100755 --- a/sw/sdi/swriter.sdi +++ b/sw/sdi/swriter.sdi @@ -9916,31 +9916,6 @@ SfxBoolItem SelectionModeDefault FN_SELECTION_MODE_DEFAULT GroupId = GID_EDIT; ] -//-------------------------------------------------------------------------- -SfxVoidItem DeleteNote FN_DELETE_NOTE -() -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - 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; -] - SfxVoidItem ReplyNote FN_REPLY () [ |