diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2020-09-09 16:19:05 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2020-09-10 09:27:47 +0200 |
commit | 37ec75564d18f50e656a78bf046e6e86a3e914c1 (patch) | |
tree | a45284b76333bee9730fc0b495dbe8eaf3e8a021 /sw/sdi/_annotsh.sdi | |
parent | 671109d11fcdeb61b5e8a7c763519bdf1f16dd6b (diff) |
Remove the useless Export sdi property
Maybe I'm missing something, but its usage -
"if ( !GetExport() && !GetHidden() )" seems like expects
it to be true and false at the same time. Anyway, there's
no diff in workdir/SdiTarget after this change, so should
be safe to remove.
Change-Id: I6db508ff40c05dc828ffa91bb41a37c17b697503
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102345
Tested-by: Jenkins
Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
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; ] } |