diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2015-10-06 22:13:40 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2015-10-06 22:14:41 +0300 |
commit | 1bc911eca173131fdc6e7e3889d128fa03adbf72 (patch) | |
tree | c65ec9229dde9b2ba394c7a124502893c2a686ce | |
parent | 01518d3aa09ad8cb2cb82dcb329aeaab96c95bce (diff) |
tdf#91097 Fix also for Draw
Change-Id: Icbb3ff1b3eae9e3116a1c9f989962f4d569e2a30
-rw-r--r-- | sd/uiconfig/sdraw/toolbar/toolbar.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/uiconfig/sdraw/toolbar/toolbar.xml b/sd/uiconfig/sdraw/toolbar/toolbar.xml index 79c1c7dbdeed..5ecd2d96abee 100644 --- a/sd/uiconfig/sdraw/toolbar/toolbar.xml +++ b/sd/uiconfig/sdraw/toolbar/toolbar.xml @@ -37,9 +37,7 @@ <toolbar:toolbaritem xlink:href=".uno:Freeline_Unfilled" toolbar:style="radio" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:Bezier_Unfilled" toolbar:style="radio" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:BasicShapes.rectangle" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:Rect" toolbar:helpid="10104" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:BasicShapes.ellipse" toolbar:style="radio"/> - <toolbar:toolbaritem xlink:href=".uno:Ellipse" toolbar:helpid="10110" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ArrowsToolbox" toolbar:style="radio dropdown"/> <toolbar:toolbaritem xlink:href=".uno:LineToolbox" toolbar:style="radio dropdown"/> |