diff options
Diffstat (limited to 'sw/sdi/_annotsh.sdi')
-rw-r--r-- | sw/sdi/_annotsh.sdi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/sdi/_annotsh.sdi b/sw/sdi/_annotsh.sdi index 84f3aed0b007..1a9bd2d45aa4 100644 --- a/sw/sdi/_annotsh.sdi +++ b/sw/sdi/_annotsh.sdi @@ -451,7 +451,6 @@ interface _Annotation [ ExecMethod = ExecSearch ; StateMethod = StateSearch ; - Export = FALSE; ] FN_REPEAT_SEARCH // status(final|play) [ @@ -474,15 +473,12 @@ interface _Annotation ExecMethod = ExecSearch ; DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; ] - // from here on Export = FALSE; FID_SEARCH_ON // status() [ ExecMethod = ExecSearch ; - Export = FALSE; ] FID_SEARCH_OFF // status() [ ExecMethod = ExecSearch ; - Export = FALSE; ] } |