diff options
author | Mathias Bauer <mba@openoffice.org> | 2002-08-29 12:19:38 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2002-08-29 12:19:38 +0000 |
commit | 179bc72744390894142cb7db2594e0d77f28bab2 (patch) | |
tree | 2e13b65ad29261552234d69ac7f74645ad705411 /sd/sdi/outlnvsh.sdi | |
parent | 37d04e212904508d076e231724096f2ddb3ba49b (diff) |
#98951#: make sure that slot names are unique
Diffstat (limited to 'sd/sdi/outlnvsh.sdi')
-rw-r--r-- | sd/sdi/outlnvsh.sdi | 32 |
1 files changed, 10 insertions, 22 deletions
diff --git a/sd/sdi/outlnvsh.sdi b/sd/sdi/outlnvsh.sdi index 7425f1636904..757d6d5869a3 100644 --- a/sd/sdi/outlnvsh.sdi +++ b/sd/sdi/outlnvsh.sdi @@ -2,9 +2,9 @@ * * $RCSfile: outlnvsh.sdi,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: ka $ $Date: 2002-03-08 15:28:48 $ + * last change: $Author: mba $ $Date: 2002-08-29 13:15:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -252,9 +252,7 @@ interface OutlineView : View ExecMethod = ExecStatusBar ; StateMethod = GetStatusBarState ; ] - SfxVoidItem RevertToSaved SID_RELOAD // ole : no, status : ? - ( - ) + SID_RELOAD // ole : no, status : ? [ GroupId = GID_DOCUMENT ; ExecMethod = ExecCtrl ; @@ -289,7 +287,7 @@ interface OutlineView : View ] // Vorlagen // kein Menueeintrag - SfxTemplateItem TemplateFamily2 SID_STYLE_FAMILY2 // ole : no, status : ? + SID_STYLE_FAMILY2 // ole : no, status : ? [ ExecMethod = FuTemporary ; StateMethod = GetAttrState ; @@ -304,9 +302,7 @@ interface OutlineView : View StateMethod = GetAttrState ; ] // kein Menueeintrag - SfxVoidItem EditTemplate SID_STYLE_EDIT // ole : no, status : ? - ( - ) + SID_STYLE_EDIT // ole : no, status : ? [ ExecMethod = FuTemporary ; StateMethod = GetAttrState ; @@ -314,9 +310,7 @@ interface OutlineView : View Cachable ; ] // kein Menueeintrag - SfxVoidItem TemplateUpdateByExample SID_STYLE_UPDATE_BY_EXAMPLE // ole : no, status : ? - ( - ) + SID_STYLE_UPDATE_BY_EXAMPLE // ole : no, status : ? [ ExecMethod = FuTemporary ; StateMethod = GetAttrState ; @@ -324,7 +318,7 @@ interface OutlineView : View Cachable ; ] // kein Menueeintrag - SfxBoolItem TemplateWatercan SID_STYLE_WATERCAN // ole : no, status : ? + SID_STYLE_WATERCAN // ole : no, status : ? [ ExecMethod = FuTemporary ; StateMethod = GetAttrState ; @@ -332,9 +326,7 @@ interface OutlineView : View Cachable ; ] // kein Menueeintrag - SfxVoidItem TemplateNewByExample SID_STYLE_NEW_BY_EXAMPLE // ole : no, status : ? - ( - ) + SID_STYLE_NEW_BY_EXAMPLE // ole : no, status : ? [ ExecMethod = FuTemporary ; StateMethod = GetAttrState ; @@ -342,9 +334,7 @@ interface OutlineView : View Cachable ; ] // kein Menueeintrag - SfxVoidItem NewTemplate SID_STYLE_NEW // ole : no, status : ? - ( - ) + SID_STYLE_NEW // ole : no, status : ? [ ExecMethod = FuTemporary ; StateMethod = GetAttrState ; @@ -352,9 +342,7 @@ interface OutlineView : View Cachable ; ] // kein Menueeintrag - SfxVoidItem DeleteTemplate SID_STYLE_DELETE // ole : no, status : ? - ( - ) + SID_STYLE_DELETE // ole : no, status : ? [ ExecMethod = FuTemporary ; StateMethod = GetAttrState ; |