summaryrefslogtreecommitdiff
path: root/sw/sdi/_basesh.sdi
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-06-27 07:30:06 +0000
committerMathias Bauer <mba@openoffice.org>2002-06-27 07:30:06 +0000
commitb7fe787d945793e819e37544215d3127716b3613 (patch)
treefaef91649f7b64b8ab11d9abe7f58d5c8f20c029 /sw/sdi/_basesh.sdi
parent500e2649e75df9952fa6d264ca96fc859e30c1d0 (diff)
#100674#: macrorecording features
Diffstat (limited to 'sw/sdi/_basesh.sdi')
-rw-r--r--sw/sdi/_basesh.sdi11
1 files changed, 9 insertions, 2 deletions
diff --git a/sw/sdi/_basesh.sdi b/sw/sdi/_basesh.sdi
index babcb859072a..76dc5256087e 100644
--- a/sw/sdi/_basesh.sdi
+++ b/sw/sdi/_basesh.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: _basesh.sdi,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mba $ $Date: 2002-06-19 17:22:05 $
+ * last change: $Author: mba $ $Date: 2002-06-27 08:30:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,6 +64,12 @@ interface BaseTextSelection : Selection
Automation = FALSE;
]
{
+ SID_ATTR_BRUSH
+ [
+ ExecMethod = Execute ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
+
SID_DELETE // status(final|play)
[
ExecMethod = ExecDelete ;
@@ -324,6 +330,7 @@ interface BaseTextSelection : Selection
) ;
ExecMethod = Execute ;
StateMethod = StateStyle ;
+ NoRecord;
GroupId = GID_TEMPLATE ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]