diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2022-06-15 22:32:54 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2022-06-16 14:03:33 +0200 |
commit | 0930096c4c5ed14f46a79f03b29f21cc915d7203 (patch) | |
tree | 8b39ad785a45014033ceeaaed503957fa25d838d /sw/uiconfig/swriter/toolbar/singlemode-annotation.xml | |
parent | 48ca2336251d62ac2e90300cd9945fb84b1cddd8 (diff) |
tdf#125040 Recreate Contextual Single for Writer
Change-Id: I791631aedb9efbb7bbdc41234ee39e1d3c834ce1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135959
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'sw/uiconfig/swriter/toolbar/singlemode-annotation.xml')
-rw-r--r-- | sw/uiconfig/swriter/toolbar/singlemode-annotation.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/toolbar/singlemode-annotation.xml b/sw/uiconfig/swriter/toolbar/singlemode-annotation.xml new file mode 100644 index 000000000000..ac91119b09cc --- /dev/null +++ b/sw/uiconfig/swriter/toolbar/singlemode-annotation.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd"> +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * +--> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> + <toolbar:toolbaritem xlink:href=".uno:SpellingAndGrammarDialog" toolbar:style="image text"/> + <toolbar:toolbaritem xlink:href=".uno:SpellOnline" toolbar:style="image text"/> + <toolbar:toolbaritem xlink:href=".uno:ThesaurusDialog" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:WordCountDialog" toolbar:visible="false"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:TrackChanges" toolbar:style="image text"/> + <toolbar:toolbaritem xlink:href=".uno:PreviousTrackedChange" toolbar:style="image text"/> + <toolbar:toolbaritem xlink:href=".uno:NextTrackedChange" toolbar:style="image text"/> + <toolbar:toolbaritem xlink:href=".uno:RejectTrackedChange" toolbar:style="image text"/> + <toolbar:toolbaritem xlink:href=".uno:AcceptTrackedChange" toolbar:style="image text"/> + <toolbar:toolbaritem xlink:href=".uno:RejectTrackedChangeToNext"/> + <toolbar:toolbaritem xlink:href=".uno:AcceptTrackedChangeToNext"/> + <toolbar:toolbaritem xlink:href=".uno:AcceptAllTrackedChanges"/> + <toolbar:toolbaritem xlink:href=".uno:AcceptTrackedChanges-more"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:ReplyComment" toolbar:style="image text"/> + <toolbar:toolbaritem xlink:href=".uno:DeleteComment" toolbar:style="image text"/> + <toolbar:toolbaritem xlink:href=".uno:DeleteAllNotes" toolbar:style="image text"/> + <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:ProtectTraceChangeMode" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:CompareDocuments" toolbar:style="image text"/> + <toolbar:toolbaritem xlink:href=".uno:MergeDocuments" toolbar:style="image text"/> +</toolbar:toolbar> |