This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new 73b0334 Adding icon for PDF export to menu.
73b0334 is described below
commit 73b033496394a2224ec3c8acd40f8e4d23b148c9
Author: mseidel <[email protected]>
AuthorDate: Fri Apr 23 10:21:05 2021 +0200
Adding icon for PDF export to menu.
This fixes:
https://bz.apache.org/ooo/show_bug.cgi?id=47550
Thank to Czesław Wolański for finding this!
---
.../res/commandimagelist/lc_exporttopdf.png | Bin 0 -> 841 bytes
.../res/commandimagelist/lch_exporttopdf.png | Bin 0 -> 169 bytes
.../res/commandimagelist/sc_exporttopdf.png | Bin 0 -> 606 bytes
.../res/commandimagelist/sch_exporttopdf.png | Bin 0 -> 149 bytes
.../data/org/openoffice/Office/UI/GenericCommands.xcu | 3 +++
main/starmath/uiconfig/smath/menubar/menubar.xml | 1 +
6 files changed, 4 insertions(+)
diff --git a/main/default_images/res/commandimagelist/lc_exporttopdf.png
b/main/default_images/res/commandimagelist/lc_exporttopdf.png
new file mode 100644
index 0000000..3cdfc49
Binary files /dev/null and
b/main/default_images/res/commandimagelist/lc_exporttopdf.png differ
diff --git a/main/default_images/res/commandimagelist/lch_exporttopdf.png
b/main/default_images/res/commandimagelist/lch_exporttopdf.png
new file mode 100644
index 0000000..cd5c77d
Binary files /dev/null and
b/main/default_images/res/commandimagelist/lch_exporttopdf.png differ
diff --git a/main/default_images/res/commandimagelist/sc_exporttopdf.png
b/main/default_images/res/commandimagelist/sc_exporttopdf.png
new file mode 100644
index 0000000..0d3195b
Binary files /dev/null and
b/main/default_images/res/commandimagelist/sc_exporttopdf.png differ
diff --git a/main/default_images/res/commandimagelist/sch_exporttopdf.png
b/main/default_images/res/commandimagelist/sch_exporttopdf.png
new file mode 100644
index 0000000..7c8e852
Binary files /dev/null and
b/main/default_images/res/commandimagelist/sch_exporttopdf.png differ
diff --git
a/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
b/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index bea87d7..1858ca6 100644
--- a/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -1740,6 +1740,9 @@
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Export as P~DF...</value>
</prop>
+ <prop oor:name="Properties" oor:type="xs:int">
+ <value>1</value>
+ </prop>
</node>
<node oor:name=".uno:ExtendedHelp" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
diff --git a/main/starmath/uiconfig/smath/menubar/menubar.xml
b/main/starmath/uiconfig/smath/menubar/menubar.xml
index d1ac4c8..84184db 100644
--- a/main/starmath/uiconfig/smath/menubar/menubar.xml
+++ b/main/starmath/uiconfig/smath/menubar/menubar.xml
@@ -37,6 +37,7 @@
<menu:menuitem menu:id=".uno:VersionDialog"/>
<menu:menuseparator/>
<menu:menuitem menu:id=".uno:ExportTo"/>
+ <menu:menuitem menu:id=".uno:ExportToPDF"/>
<menu:menu menu:id=".uno:SendToMenu">
<menu:menupopup>
<menu:menuitem menu:id=".uno:SendMail"/>