summaryrefslogtreecommitdiff
path: root/sw/sdi/_basesh.sdi
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-04-18 09:22:57 +0000
committerOliver Specht <os@openoffice.org>2001-04-18 09:22:57 +0000
commit2830ae6ca10fecf2c3ccbf7af908bd86ac8da6f7 (patch)
tree4ed6ce693a9cc2b6563d9ddc5168ad5173e0951f /sw/sdi/_basesh.sdi
parentc6b9fe6e512ec9c2c9550e9cc155f9de96fb2c77 (diff)
wrong version removed
Diffstat (limited to 'sw/sdi/_basesh.sdi')
-rw-r--r--sw/sdi/_basesh.sdi30
1 files changed, 15 insertions, 15 deletions
diff --git a/sw/sdi/_basesh.sdi b/sw/sdi/_basesh.sdi
index be8df5fff865..a3101954f026 100644
--- a/sw/sdi/_basesh.sdi
+++ b/sw/sdi/_basesh.sdi
@@ -2,7 +2,7 @@
$Workfile: _BASESH.SDI $
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/_basesh.sdi,v 1.5 2001-04-18 09:08:43 os Exp $
+ $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/_basesh.sdi,v 1.6 2001-04-18 10:22:57 os Exp $
Beschreibung: interface Base - gemeinsame Basisfunktionalitaet
fuer SW und SW/WEB
@@ -45,10 +45,10 @@ interface BaseTextSelection : Selection
StateMethod = StateUndo ;
]
-// SID_GETUNDOSTRINGS // status(final|play)
-// [
-// StateMethod = StateUndo ;
-// ]
+ SID_GETUNDOSTRINGS // status(final|play)
+ [
+ StateMethod = StateUndo ;
+ ]
SID_REDO // status(final|play)
[
@@ -56,10 +56,10 @@ interface BaseTextSelection : Selection
StateMethod = StateUndo ;
]
-// SID_GETREDOSTRINGS // status(final|play)
-// [
-// StateMethod = StateUndo ;
-// ]
+ SID_GETREDOSTRINGS // status(final|play)
+ [
+ StateMethod = StateUndo ;
+ ]
SID_REPEAT // status()
[
@@ -90,12 +90,12 @@ interface BaseTextSelection : Selection
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
-// SID_CLIPBOARD_FORMAT_ITEMS // status(final|play)
-// [
-// StateMethod = StateClpbrd ;
-// ExecMethod = ExecClpbrd ;
-// DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
-// ]
+ SID_CLIPBOARD_FORMAT_ITEMS // status(final|play)
+ [
+ StateMethod = StateClpbrd ;
+ ExecMethod = ExecClpbrd ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
FN_PASTESPECIAL // status(final|play)
[