diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2021-05-02 00:46:59 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-05-03 09:14:20 +0200 |
commit | 95d8eb87eb20351a2e5795fc8c16653c0f58d6b4 (patch) | |
tree | b44729bdc8504ff8757f270c9e6b1b30530b4914 | |
parent | 4a39bfc7a94e45682d69cc126bef5bf763d6afe0 (diff) |
tdf#141995 Remove uno:Flash command from Customize dialog
Change-Id: Ie94e24a3f8ba518dde509c3cfa6d98e542074e3f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114988
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 8 | ||||
-rw-r--r-- | svx/sdi/svx.sdi | 19 | ||||
-rw-r--r-- | sw/sdi/_textsh.sdi | 6 |
3 files changed, 0 insertions, 33 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 5290a88affb1..95283860318e 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -4610,14 +4610,6 @@ bit 3 (0x8): #define UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8 <value>9</value> </prop> </node> - <node oor:name=".uno:Flash" oor:op="replace"> - <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Flash</value> - </prop> - <prop oor:name="Properties" oor:type="xs:int"> - <value>8</value> - </prop> - </node> <node oor:name=".uno:InternetDialog" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Internet Options</value> diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index a432c7032a7f..e0c4abd4379f 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -2933,25 +2933,6 @@ SfxBoolItem FirstRecord SID_FM_RECORD_FIRST ] -SvxBlinkItem Flash SID_ATTR_FLASH - -[ - AutoUpdate = TRUE, - FastCall = FALSE, - ReadOnlyDoc = FALSE, - Toggle = TRUE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - - - AccelConfig = TRUE, - MenuConfig = TRUE, - ToolBoxConfig = TRUE, - GroupId = SfxGroupId::Format; -] - - SfxObjectItem FmExplorerController SID_FM_FMEXPLORER_CONTROL [ diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi index 2a4a8bb69b64..7e6d2c32a6d6 100644 --- a/sw/sdi/_textsh.sdi +++ b/sw/sdi/_textsh.sdi @@ -1424,12 +1424,6 @@ interface BaseText StateMethod = GetTextCtrlState; DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; ] - SID_ATTR_FLASH // status(final|play) - [ - ExecMethod = ExecTextCtrl; - StateMethod = GetTextCtrlState; - DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; - ] SID_ATTR_CHAR_STRIKEOUT // status(final|play) [ ExecMethod = ExecTextCtrl; |