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 /starmath/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 'starmath/sdi')
-rw-r--r-- | starmath/sdi/smslots.sdi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/starmath/sdi/smslots.sdi b/starmath/sdi/smslots.sdi index 0697dd865994..dee2a14b19b2 100644 --- a/starmath/sdi/smslots.sdi +++ b/starmath/sdi/smslots.sdi @@ -233,13 +233,11 @@ interface FormulaView [ ExecMethod = Execute ; StateMethod = GetState ; - Export = FALSE ; ] SID_IMPORT_MATHML_CLIPBOARD //idlpp ole : no , status : no [ ExecMethod = Execute ; StateMethod = GetState ; - Export = FALSE ; ] //idlpp no menu entry, so no texts SID_ATTR_ZOOM //idlpp ole : no , status : no |