diff options
author | Gulsah Kose <gulsah.1004@gmail.com> | 2016-01-03 19:49:54 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-01-05 21:39:21 +0000 |
commit | 1949cc74b929e13799686b22b450ded8dbf4c064 (patch) | |
tree | abc7d4c463f7f7264d6ec42a03f60981090a9206 /sw/uiconfig/swriter/toolbar | |
parent | d929e3a6b478b0bc02aa90ba326aab79353a7799 (diff) |
tdf#90187 Added uno command for track changes bar.
v2: Solved dimmed button problem and changed controller class
for listen trackchangesbar button.
Change-Id: I5a921ad9bb6c8e53d3043e86492d0923a998f3d2
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/21064
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'sw/uiconfig/swriter/toolbar')
-rw-r--r-- | sw/uiconfig/swriter/toolbar/standardbar.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/toolbar/standardbar.xml b/sw/uiconfig/swriter/toolbar/standardbar.xml index b917956080b4..2b69d33659a0 100644 --- a/sw/uiconfig/swriter/toolbar/standardbar.xml +++ b/sw/uiconfig/swriter/toolbar/standardbar.xml @@ -69,6 +69,7 @@ <toolbar:toolbaritem xlink:href=".uno:InsertAnnotation" toolbar:helpid="20329"/> <toolbar:toolbaritem xlink:href=".uno:ShowTrackedChanges" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:TrackChanges"/> + <toolbar:toolbaritem xlink:href=".uno:TrackChangesBar"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:Line" toolbar:helpid="10102"/> <toolbar:toolbaritem xlink:href=".uno:BasicShapes" toolbar:helpid="11002"/> |