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 /sd/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 'sd/sdi')
-rw-r--r-- | sd/sdi/_drvwsh.sdi | 23 | ||||
-rw-r--r-- | sd/sdi/drviewsh.sdi | 1 | ||||
-rw-r--r-- | sd/sdi/outlnvsh.sdi | 3 |
3 files changed, 2 insertions, 25 deletions
diff --git a/sd/sdi/_drvwsh.sdi b/sd/sdi/_drvwsh.sdi index 63f956e55591..c3dd109a0956 100644 --- a/sd/sdi/_drvwsh.sdi +++ b/sd/sdi/_drvwsh.sdi @@ -290,7 +290,6 @@ interface DrawView ExecMethod = FuTemporary ; StateMethod = GetMenuState ; GroupId = SfxGroupId::Document ; - Export , MenuConfig , AccelConfig , ToolBoxConfig ; ] SID_CHARMAP // ole : no, status : ? @@ -360,7 +359,7 @@ interface DrawView ExecMethod = FuTemporary ; StateMethod = GetMenuState ; GroupId = SfxGroupId::Insert ; - Export , Asynchron , + Asynchron , MenuConfig , AccelConfig , ToolBoxConfig ; ] SID_MANAGE_LINKS // ole : no, status : ? @@ -384,7 +383,7 @@ interface DrawView ExecMethod = FuTemporary ; StateMethod = GetMenuState ; GroupId = SfxGroupId::Document ; - Export , Asynchron , + Asynchron , MenuConfig , AccelConfig , ToolBoxConfig ; ] SID_BMPMASK // ole : yes, status : ? @@ -1247,7 +1246,6 @@ interface DrawView [ StateMethod = GetMenuState ; GroupId = SfxGroupId::Document ; - Export ; ] SID_ZOOM_TOOLBOX // ole : no, status : ? @@ -1314,7 +1312,6 @@ interface DrawView [ ExecMethod = FuPermanent ; StateMethod = GetMenuState ; - Export = FALSE ; ReadOnlyDoc = TRUE ; ] @@ -1467,13 +1464,11 @@ interface DrawView [ ExecMethod = FuTemporary ; StateMethod = GetAttrState ; - Export = FALSE ; ] SID_STYLE_FAMILY3 // ole : no, status : ? [ ExecMethod = FuTemporary ; StateMethod = GetAttrState ; - Export = FALSE ; ] SID_STYLE_NEW // ole : no, status : ? [ @@ -1636,7 +1631,6 @@ interface DrawView [ ExecMethod = ExecStatusBar ; StateMethod = GetStatusBarState ; - Export ; ] SID_STATUS_PAGE // ole : no, status : ? [ @@ -1854,14 +1848,10 @@ interface DrawView ExecMethod = FuSupport ; StateMethod = GetMenuState ; ] - // problem with SID_ATTR_FILL_STYLE: - // former XFillStyle, now property FillStyle (Get/Set) - // therefore Export = FALSE ! SID_SETFILLSTYLE // ole : no, status : play rec [ ExecMethod = AttrExec ; StateMethod = AttrState ; - Export = FALSE ; ] SID_GETFILLSTYLE // ole : no, status : play rec [ @@ -1878,29 +1868,20 @@ interface DrawView ExecMethod = AttrExec ; StateMethod = AttrState ; ] - // problem with SID_ATTR_LINE_WIDTH: - // former XLineWidth, now property LineWidth (Get/Set) - // therefore Export = FALSE ! SID_SETLINEWIDTH // ole : no, status : play rec [ ExecMethod = AttrExec ; StateMethod = AttrState ; - Export = FALSE ; ] SID_GETLINEWIDTH // ole : no, status : play rec [ ExecMethod = AttrExec ; StateMethod = AttrState ; ] - //DB: FillColor -> SetFillColor - // problem with SID_ATTR_FILL_COLOR: - // former XFillColor, now property FillColor (Get/Set) - // therefore Export = FALSE ! SID_SETFILLCOLOR // ole : no, status : play rec [ ExecMethod = AttrExec ; StateMethod = AttrState ; - Export = FALSE ; ] SID_SETLINECOLOR // ole : no, status : play rec [ diff --git a/sd/sdi/drviewsh.sdi b/sd/sdi/drviewsh.sdi index 1139fc5790b5..84fa9bfa8471 100644 --- a/sd/sdi/drviewsh.sdi +++ b/sd/sdi/drviewsh.sdi @@ -91,7 +91,6 @@ interface ImpressEditView : DrawView [ ExecMethod = FuTemporary ; StateMethod = GetAttrState ; - Export = FALSE ; ] SID_ANIMATOR_INIT // ole : no, status : ? [ diff --git a/sd/sdi/outlnvsh.sdi b/sd/sdi/outlnvsh.sdi index b6887aa235b0..8604eb725a26 100644 --- a/sd/sdi/outlnvsh.sdi +++ b/sd/sdi/outlnvsh.sdi @@ -198,19 +198,16 @@ interface OutlineView [ ExecMethod = FuTemporaryModify ; StateMethod = GetMenuState ; - Export ; ] SID_CHAR_DLG // ole : no, status : ? [ ExecMethod = FuTemporaryModify ; StateMethod = GetMenuState ; - // Export ; ] SID_CHAR_DLG_EFFECT // wj for sym2_1876 [ ExecMethod = FuTemporaryModify ; StateMethod = GetMenuState ; - // Export ; ] SID_SELECTALL // ole : no, status : ? [ |