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>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 5290a88..9528386 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 a432c70..e0c4abd 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 2a4a8bb..7e6d2c3 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;