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 /sc/sdi/formatsh.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 'sc/sdi/formatsh.sdi')
-rw-r--r-- | sc/sdi/formatsh.sdi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/sdi/formatsh.sdi b/sc/sdi/formatsh.sdi index 7c188bba403b..4e566eb5069e 100644 --- a/sc/sdi/formatsh.sdi +++ b/sc/sdi/formatsh.sdi @@ -99,8 +99,8 @@ interface FormatForSelection SID_TEXTDIRECTION_TOP_TO_BOTTOM [ ExecMethod = ExecuteTextDirection; StateMethod = GetTextDirectionState; ] SID_ATTR_PARA_LEFT_TO_RIGHT [ ExecMethod = ExecuteTextDirection; StateMethod = GetTextDirectionState; ] SID_ATTR_PARA_RIGHT_TO_LEFT [ ExecMethod = ExecuteTextDirection; StateMethod = GetTextDirectionState; ] - SID_VERTICALTEXT_STATE [ StateMethod = GetTextDirectionState ; Export = FALSE; ] - SID_CTLFONT_STATE [ StateMethod = GetTextDirectionState ; Export = FALSE; ] + SID_VERTICALTEXT_STATE [ StateMethod = GetTextDirectionState ; ] + SID_CTLFONT_STATE [ StateMethod = GetTextDirectionState ; ] SID_ATTR_NUMBERFORMAT_VALUE [ ExecMethod = ExecuteNumFormat; StateMethod = GetNumFormatState;] SID_NUMBER_FORMAT [ ExecMethod = ExecuteNumFormat; StateMethod = GetNumFormatState; ] |