diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-02-13 00:08:35 +0400 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-02-13 09:58:08 +0000 |
commit | 3743302fa26b0b3890b7113c30ec94755868a2f7 (patch) | |
tree | d943176b44b2a7653c2d80bb739e0599a05f10d7 | |
parent | e1f4022b9ea7ae99a31773c445d8229ba3bdea93 (diff) |
tdf#83955 enable insert comment and rearrange buttons
Change-Id: I57da2e38a555c75f674885d736a82adbc8f81224
Reviewed-on: https://gerrit.libreoffice.org/14450
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | sw/uiconfig/swriter/toolbar/changes.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/uiconfig/swriter/toolbar/changes.xml b/sw/uiconfig/swriter/toolbar/changes.xml index 47bad1f6ab37..3ba4ad5cb90d 100644 --- a/sw/uiconfig/swriter/toolbar/changes.xml +++ b/sw/uiconfig/swriter/toolbar/changes.xml @@ -27,10 +27,10 @@ <toolbar:toolbaritem xlink:href=".uno:RejectTrackedChange" toolbar:text="Reject" toolbar:helpid="10626"/> <toolbar:toolbaritem xlink:href=".uno:AcceptTrackedChanges" toolbar:text="List" toolbar:helpid="10622"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:CommentChangeTracking" toolbar:text="Comment" toolbar:helpid="10625"/> - <toolbar:toolbaritem xlink:href=".uno:ProtectTraceChangeMode" toolbar:text="Protect" toolbar:helpid="10625"/> + <toolbar:toolbaritem xlink:href=".uno:InsertAnnotation" toolbar:text="Regular Comment" toolbar:helpid="10625"/> + <toolbar:toolbaritem xlink:href=".uno:CommentChangeTracking" toolbar:text="Change Comment" toolbar:helpid="10625"/> <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:ProtectTraceChangeMode" toolbar:text="Protect" toolbar:helpid="10625"/> <toolbar:toolbaritem xlink:href=".uno:CompareDocuments" toolbar:text="Compare"/> <toolbar:toolbaritem xlink:href=".uno:MergeDocuments" toolbar:text="Merge" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:InsertAnnotation" toolbar:visible="false" toolbar:helpid="10625"/> </toolbar:toolbar> |