diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-09-03 09:30:41 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-09-03 10:47:19 +0200 |
commit | ae218332b13a82e13f1a9a9f0fb79ef76a51ce39 (patch) | |
tree | 409bfaf45b9be13f4f9646074aa7bf6d11de6538 /sd | |
parent | 07dbd2076bb879def2710b7784ac706940b55886 (diff) |
Related: fdo#73151 bring ZoomToolBox back
Accidently dropped by b4558b508141af16d335f45a0f12bdd34521e944 ?
Because in draw it's still visible.
Change-Id: Ifce5a349ddbb3ae3e33185eb38014ebd9ce4a80f
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/simpress/toolbar/standardbar.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/uiconfig/simpress/toolbar/standardbar.xml b/sd/uiconfig/simpress/toolbar/standardbar.xml index b849c7b0439f..d25382ff10e0 100644 --- a/sd/uiconfig/simpress/toolbar/standardbar.xml +++ b/sd/uiconfig/simpress/toolbar/standardbar.xml @@ -48,6 +48,8 @@ <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:GridVisible" toolbar:style="auto"/> <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:ZoomToolBox" toolbar:style="dropdown"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:HelpIndex" /> <toolbar:toolbaritem xlink:href=".uno:ExtendedHelp" toolbar:visible="false"/> </toolbar:toolbar> |