diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2020-08-10 23:52:38 +0300 |
---|---|---|
committer | Rizal Muttaqin <riz_17_oke@yahoo.co.id> | 2020-08-13 15:27:59 +0200 |
commit | 6db94ada870dbe25899b746c33c8009a2954ea11 (patch) | |
tree | 7036ba55fea67c9abedf00c54d637b69e2685ef2 /officecfg | |
parent | 8c290ecc34a3642a75fda4bc485946fdce7803cf (diff) |
Remove references to missing icons
- Backing code for private:image/3242 was removed in commit
367fedcc4456a74cb2fc29a28279bef314bd47ff ("loplugin:unusedenumconstants")
for unclear reasons. Fortunately it's used for a .uno:NewDoc menu item,
so an appropriate icon can be retrieved using that command.
- private:image/3216 was removed in commit
2559cab126f81375197051fb5b07ba6abb9efc77 ("FDO#42454 - EasyHack: remove
code associated with unused icons"). No idea how it worked, or whether
it was already broken at this point.
Change-Id: If5c43626a1334c27604409bcf7eb5920930430db
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100450
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index 9fcf3d7bc0af..5ffefd05e419 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -277,9 +277,6 @@ <prop oor:name="TargetName" oor:type="xs:string"> <value>_self</value> </prop> - <prop oor:name="ImageIdentifier" oor:type="xs:string"> - <value>private:image/3242</value> - </prop> </node> </node> <node oor:name="Wizard"> @@ -293,9 +290,6 @@ <prop oor:name="TargetName" oor:type="xs:string"> <value>_self</value> </prop> - <prop oor:name="ImageIdentifier" oor:type="xs:string"> - <value>private:image/3216</value> - </prop> </node> <node oor:name="m1" oor:op="replace" install:module="writer"> <prop oor:name="URL" oor:type="xs:string"> @@ -307,9 +301,6 @@ <prop oor:name="TargetName" oor:type="xs:string"> <value>_self</value> </prop> - <prop oor:name="ImageIdentifier" oor:type="xs:string"> - <value>private:image/3216</value> - </prop> </node> <node oor:name="m2" oor:op="replace" install:module="writer"> <prop oor:name="URL" oor:type="xs:string"> @@ -321,9 +312,6 @@ <prop oor:name="TargetName" oor:type="xs:string"> <value>_self</value> </prop> - <prop oor:name="ImageIdentifier" oor:type="xs:string"> - <value>private:image/3216</value> - </prop> </node> <node oor:name="m10" oor:op="replace"> <prop oor:name="URL" oor:type="xs:string"> @@ -343,9 +331,6 @@ <prop oor:name="TargetName" oor:type="xs:string"> <value>_self</value> </prop> - <prop oor:name="ImageIdentifier" oor:type="xs:string"> - <value>private:image/3216</value> - </prop> </node> <node oor:name="m12" oor:op="replace" install:module="writer"> <prop oor:name="URL" oor:type="xs:string"> @@ -357,9 +342,6 @@ <prop oor:name="TargetName" oor:type="xs:string"> <value>_self</value> </prop> - <prop oor:name="ImageIdentifier" oor:type="xs:string"> - <value>private:image/3216</value> - </prop> </node> <node oor:name="m13" oor:op="replace"> <prop oor:name="URL" oor:type="xs:string"> @@ -379,9 +361,6 @@ <prop oor:name="TargetName" oor:type="xs:string"> <value>_self</value> </prop> - <prop oor:name="ImageIdentifier" oor:type="xs:string"> - <value>private:image/3216</value> - </prop> </node> </node> <prop oor:name="SendFeedbackURL" oor:type="xs:string"> |