diff options
author | Muhammet Kara <muhammet.kara@collabora.com> | 2019-04-17 12:24:27 +0300 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-04-17 11:30:55 +0200 |
commit | 06eb265dd65d64b608a71cba5e5fbd906a781e1c (patch) | |
tree | 14fb2b2dd5c75f4f6258e7c94ab17253348949ce /sd/uiconfig/sdraw | |
parent | f83e22f535c1c9482c5d3f566d5d0283355dd98f (diff) |
Add direct pdf export to the Redaction toolbar
Users need an in-process copy of pdf to share
with peers and discuss the redacted areas
Change-Id: I68c16c6f09690a9d5cd2df191963107029e5ed88
Reviewed-on: https://gerrit.libreoffice.org/70863
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'sd/uiconfig/sdraw')
-rw-r--r-- | sd/uiconfig/sdraw/toolbar/redactionbar.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/uiconfig/sdraw/toolbar/redactionbar.xml b/sd/uiconfig/sdraw/toolbar/redactionbar.xml index e25e53d4414b..062288a66c70 100644 --- a/sd/uiconfig/sdraw/toolbar/redactionbar.xml +++ b/sd/uiconfig/sdraw/toolbar/redactionbar.xml @@ -22,4 +22,5 @@ <toolbar:toolbaritem xlink:href=".uno:Freeline_Unfilled?Transparence:short=50&Color:string=COL_GRAY7&Width:short=500&IsSticky:bool=true&ShapeName:string=FreeformRedactionShape"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:RedactedExportToolbox"/> + <toolbar:toolbaritem xlink:href=".uno:ExportDirectToPDF"/> </toolbar:toolbar> |