summaryrefslogtreecommitdiff
path: root/sw/sdi/_textsh.sdi
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-08-29 13:10:48 +0000
committerMathias Bauer <mba@openoffice.org>2002-08-29 13:10:48 +0000
commit1abc6e057d15606000f985093bbe9558737a9fed (patch)
tree44b4e45e97deb8ecf55866d61425dcd2e5256ba6 /sw/sdi/_textsh.sdi
parent30ef6ca0852a100588901028ed0353a636dd3f27 (diff)
#98951#: make sure that slot names are unique
Diffstat (limited to 'sw/sdi/_textsh.sdi')
-rw-r--r--sw/sdi/_textsh.sdi18
1 files changed, 9 insertions, 9 deletions
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi
index 289640884833..e7f149df1980 100644
--- a/sw/sdi/_textsh.sdi
+++ b/sw/sdi/_textsh.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: _textsh.sdi,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: os $ $Date: 2002-08-07 09:29:32 $
+ * last change: $Author: mba $ $Date: 2002-08-29 14:06:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -260,7 +260,7 @@ interface BaseText : Selection
StateMethod = NoState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
- SfxVoidItem InsertLinebreak FN_INSERT_LINEBREAK ( ) // status(final|play)
+ FN_INSERT_LINEBREAK // status(final|play)
[
ExecMethod = ExecInsert ;
StateMethod = NoState ;
@@ -319,19 +319,19 @@ interface BaseText : Selection
StateMethod = StateInsert ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
- SfxVoidItem InsertObject SID_INSERT_OBJECT ( ) // status(final|play)
+ SID_INSERT_OBJECT // status(final|play)
[
ExecMethod = ExecInsert ;
StateMethod = StateInsert ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
- SfxVoidItem InsertPlugin SID_INSERT_PLUGIN ( ) // status(final|play)
+ SID_INSERT_PLUGIN // status(final|play)
[
ExecMethod = ExecInsert ;
StateMethod = StateInsert ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
- SfxVoidItem InsertApplet SID_INSERT_APPLET ( ) // status(final|play)
+ SID_INSERT_APPLET // status(final|play)
[
ExecMethod = ExecInsert ;
StateMethod = StateInsert ;
@@ -403,7 +403,7 @@ interface BaseText : Selection
StateMethod = NoState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
- SfxVoidItem DelToEndOfLine FN_DELETE_LINE ( ) // status(final|play)
+ FN_DELETE_LINE // status(final|play)
[
ExecMethod = ExecDelete ;
StateMethod = NoState ;
@@ -689,13 +689,13 @@ interface BaseText : Selection
StateMethod = NoState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
- SfxVoidItem SortDialog FN_SORTING_DLG ( ) // status(final|play)
+ FN_SORTING_DLG // status(final|play)
[
ExecMethod = Execute ;
StateMethod = GetState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
- SfxVoidItem ChapterNumberingDialog FN_NUMBERING_OUTLINE_DLG ( ) // status(final|play)
+ FN_NUMBERING_OUTLINE_DLG // status(final|play)
[
ExecMethod = Execute ;
StateMethod = NoState ;