diff options
Diffstat (limited to '')
-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 0000000000..ac91119b09 --- /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> |