diff options
author | Noel Grandin <noel@peralex.com> | 2016-06-09 11:24:50 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-07-18 06:48:39 +0000 |
commit | 9bf9f88e4c7e0b182ec6d8b4aefb7d735bb0653b (patch) | |
tree | 2ed91b2800c578118b02a7c8d695fc94388edafc /officecfg | |
parent | b91bb2f2702a82255969ae1da298159ee109d14a (diff) |
clean up some "failed to load image" warnings
By adding entries to links.txt and tweaking some of the
commands to remove the icon flag.
With these changes I can add an assert(false) in
ImageAryData::Load and still pass make check.
Change-Id: Iebb41318fa821628920a49019f201efa9fbbfbab
Reviewed-on: https://gerrit.libreoffice.org/26095
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 9 | ||||
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 3 |
2 files changed, 0 insertions, 12 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index a6a69ded7b07..5bab960fda5c 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -3437,17 +3437,11 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">~Rulers</value> </prop> - <prop oor:name="Properties" oor:type="xs:int"> - <value>1</value> - </prop> </node> <node oor:name=".uno:ScrollBarMenu" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">~Scrollbars</value> </prop> - <prop oor:name="Properties" oor:type="xs:int"> - <value>1</value> - </prop> </node> <node oor:name=".uno:SidebarMenu" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> @@ -5728,9 +5722,6 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Synony~ms</value> </prop> - <prop oor:name="Properties" oor:type="xs:int"> - <value>1</value> - </prop> </node> </node> <node oor:name="Popups"> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index e16538a5035c..aac3b05fa255 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -272,9 +272,6 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">~Track Changes</value> </prop> - <prop oor:name="Properties" oor:type="xs:int"> - <value>1</value> - </prop> <prop oor:name="TargetURL" oor:type="xs:string"> <value>.uno:ShowTrackedChanges</value> </prop> |