diff options
author | Roman Kuznetsov <antilibreoffice@gmail.com> | 2019-12-24 11:03:30 +0100 |
---|---|---|
committer | Roman Kuznetsov <antilibreoffice@gmail.com> | 2019-12-25 20:23:57 +0100 |
commit | c266e4c89e0db70818878e56d4df7de18cb7f79c (patch) | |
tree | 2f06f0fb3ebc728a1396b91561f5d013ad62523c | |
parent | 0b3ad69c2c954dfaa91637116ffaf529115051dd (diff) |
tdf#125830 Change redaction toolbar to more simple
Change-Id: I8d55b5abdc0168fdce3af3e9df1b5db95e82aab9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85777
Tested-by: Jenkins
Reviewed-by: Roman Kuznetsov <antilibreoffice@gmail.com>
-rw-r--r-- | sd/uiconfig/sdraw/toolbar/redactionbar.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/uiconfig/sdraw/toolbar/redactionbar.xml b/sd/uiconfig/sdraw/toolbar/redactionbar.xml index 062288a66c70..55cc492fdeee 100644 --- a/sd/uiconfig/sdraw/toolbar/redactionbar.xml +++ b/sd/uiconfig/sdraw/toolbar/redactionbar.xml @@ -21,6 +21,7 @@ <toolbar:toolbaritem xlink:href=".uno:Rect?FillTransparence:short=50&FillColor:string=COL_GRAY7&LineStyle:short=0&IsSticky:bool=true&ShapeName:string=RectangleRedactionShape"/> <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:RedactedExportWhite"/> + <toolbar:toolbaritem xlink:href=".uno:RedactedExportBlack"/> <toolbar:toolbaritem xlink:href=".uno:ExportDirectToPDF"/> </toolbar:toolbar> |