summaryrefslogtreecommitdiff
path: root/sw/uiconfig/swriter/toolbar/tableobjectbar.xml
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2015-11-30 12:23:37 +0400
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-12-08 12:16:17 +0000
commitcbff71864a02674e9b7eba756aa3f881e39b5c27 (patch)
tree9f2304405071e173146f0947ebd0f18e5f7fa207 /sw/uiconfig/swriter/toolbar/tableobjectbar.xml
parentece6ec1571db2b3d8782884b5fc594d6c5412c4c (diff)
tdf#81475 Improvements to writer's toolbars
Hide entries in the standard and table toolbars and add useful entries into the formatting, object, and bullets toolbars. Also make bullets and table toolbars appear on a different line than the drawing toolbar. Change-Id: I307e8f289fc5b1d8c7dd074989ffc0500697073f Reviewed-on: https://gerrit.libreoffice.org/20279 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit bd7f0b0ba3391f3049cb3f2d7b70493a05362316) Reviewed-on: https://gerrit.libreoffice.org/20443 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw/uiconfig/swriter/toolbar/tableobjectbar.xml')
-rw-r--r--sw/uiconfig/swriter/toolbar/tableobjectbar.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/uiconfig/swriter/toolbar/tableobjectbar.xml b/sw/uiconfig/swriter/toolbar/tableobjectbar.xml
index 549fc9e2eb65..51abbde7cb8d 100644
--- a/sw/uiconfig/swriter/toolbar/tableobjectbar.xml
+++ b/sw/uiconfig/swriter/toolbar/tableobjectbar.xml
@@ -28,8 +28,8 @@
<toolbar:toolbaritem xlink:href=".uno:DeleteTable"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:EntireCell"/>
- <toolbar:toolbaritem xlink:href=".uno:EntireRow"/>
- <toolbar:toolbaritem xlink:href=".uno:EntireColumn"/>
+ <toolbar:toolbaritem xlink:href=".uno:EntireRow" toolbar:visible="false"/>
+ <toolbar:toolbaritem xlink:href=".uno:EntireColumn" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:SelectTable"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:MergeCells"/>