diff options
author | Andre Fischer <af@openoffice.org> | 2002-11-19 14:24:50 +0000 |
---|---|---|
committer | Andre Fischer <af@openoffice.org> | 2002-11-19 14:24:50 +0000 |
commit | ec092055bcf5b0706ed2666828c2d92f46db3631 (patch) | |
tree | 4cc297caef878b186d64c813cde463858a3074ad /sd/sdi/outlnvsh.sdi | |
parent | e6376cd2abfb1842d09308327373ac28749d0e8d (diff) |
#101975# Moved the SID_SEARCH_ITEM and SID_SEARCH_OPTIONS from the document shell to (some of) the view shells.
Diffstat (limited to 'sd/sdi/outlnvsh.sdi')
-rw-r--r-- | sd/sdi/outlnvsh.sdi | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/sd/sdi/outlnvsh.sdi b/sd/sdi/outlnvsh.sdi index 757d6d5869a3..eebad1e55ad7 100644 --- a/sd/sdi/outlnvsh.sdi +++ b/sd/sdi/outlnvsh.sdi @@ -2,9 +2,9 @@ * * $RCSfile: outlnvsh.sdi,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: mba $ $Date: 2002-08-29 13:15:30 $ + * last change: $Author: af $ $Date: 2002-11-19 15:24:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -524,6 +524,19 @@ interface OutlineView : View ExecMethod = FuSupport ; StateMethod = GetMenuState ; ] + + SID_SEARCH_OPTIONS // ole : ?, status : ? + [ + ExecMethod = Execute ; + StateMethod = GetState ; + GroupId = GID_DOCUMENT ; + Cachable ; + ] + SID_SEARCH_ITEM // ole : ?, status : ? + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] } shell SdOutlineViewShell : SfxViewShell |