summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@collabora.com>2021-08-22 03:24:25 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2021-08-22 03:45:34 +0200
commit3748535a5739f3cb1471516b2e7ae2601575b639 (patch)
tree962f9fa089627f274bcc2b11659966259435d9bc /sd
parent10c742afd5f04c2c3a3e1f881fd6a8c61d364c03 (diff)
tdf#126915: Redaction: Clarify 'Export Directly as PDF'
* Add new uno command alias '.uno:RedactionPreviewExport' with the desired label. * Add a link to the icon of the '.uno:ExportDirectToPDF' command so that the new alias is displayed correctly on the Redaction Toolbar * Replace '.uno:ExportDirectToPDF' with '.uno:RedactionPreviewExport' on the Redaction toolbar and the Redaction menu Change-Id: I72d17cac7d570341d89d1e59776e1af25f8d8b87 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120835 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/uiconfig/sdraw/menubar/menubar.xml2
-rw-r--r--sd/uiconfig/sdraw/toolbar/redactionbar.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/uiconfig/sdraw/menubar/menubar.xml b/sd/uiconfig/sdraw/menubar/menubar.xml
index 544155d33f04..fd327d6bc91b 100644
--- a/sd/uiconfig/sdraw/menubar/menubar.xml
+++ b/sd/uiconfig/sdraw/menubar/menubar.xml
@@ -620,7 +620,7 @@
<menu:menuseparator/>
<menu:menuitem menu:id=".uno:RedactedExportWhite"/>
<menu:menuitem menu:id=".uno:RedactedExportBlack"/>
- <menu:menuitem menu:id=".uno:ExportDirectToPDF"/>
+ <menu:menuitem menu:id=".uno:RedactionPreviewExport"/>
</menu:menupopup>
</menu:menu>
<menu:menuseparator/>
diff --git a/sd/uiconfig/sdraw/toolbar/redactionbar.xml b/sd/uiconfig/sdraw/toolbar/redactionbar.xml
index 55cc492fdeee..2e4734e205ba 100644
--- a/sd/uiconfig/sdraw/toolbar/redactionbar.xml
+++ b/sd/uiconfig/sdraw/toolbar/redactionbar.xml
@@ -23,5 +23,5 @@
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:RedactedExportWhite"/>
<toolbar:toolbaritem xlink:href=".uno:RedactedExportBlack"/>
- <toolbar:toolbaritem xlink:href=".uno:ExportDirectToPDF"/>
+ <toolbar:toolbaritem xlink:href=".uno:RedactionPreviewExport"/>
</toolbar:toolbar>