diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-09-03 09:34:04 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-09-03 10:47:19 +0200 |
commit | 6b27bca82a3afc98746b5170e1c4cba3f779ab79 (patch) | |
tree | c3023e82d50417f027245a5ac90a79cadb38f600 /sw/uiconfig/sweb | |
parent | ae218332b13a82e13f1a9a9f0fb79ef76a51ce39 (diff) |
Related: fdo#73151 bring DesignerDialog back as invisible button
Let the user decide if he wants to have this button and/or use
the sidebar.
Partial revert of b4558b508141af16d335f45a0f12bdd34521e944
Maybe we should do the same for the Navigator button.
Change-Id: I05ba37e7fa18b4d0a74ae90db05f8e5c63cf449c
Diffstat (limited to 'sw/uiconfig/sweb')
-rw-r--r-- | sw/uiconfig/sweb/toolbar/textobjectbar.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/uiconfig/sweb/toolbar/textobjectbar.xml b/sw/uiconfig/sweb/toolbar/textobjectbar.xml index 757ae2e60859..9b8c5c69ce78 100644 --- a/sw/uiconfig/sweb/toolbar/textobjectbar.xml +++ b/sw/uiconfig/sweb/toolbar/textobjectbar.xml @@ -18,6 +18,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> + <toolbar:toolbaritem xlink:href=".uno:DesignerDialog" toolbar:visible="false" toolbar:helpid="5539"/> <toolbar:toolbaritem xlink:href=".uno:StyleApply" toolbar:helpid="5552"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:CharFontName" toolbar:helpid="10007"/> |