This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO41X by this push:
     new c94562d  Added icon for PDF export to menu
c94562d is described below

commit c94562df6d5e10c6b8c6e6568d1d8c1030ae3d3c
Author: mseidel <msei...@apache.org>
AuthorDate: Wed May 12 00:06:40 2021 +0200

    Added icon for PDF export to menu
---
 .../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 ef092db..1108842 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 08af6fd..dff1536 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"/>

Reply via email to