sd/UIConfig_sdraw.mk | 1 + sd/uiconfig/sdraw/toolbar/notebookbarshortcuts.xml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+)
New commits: commit 7489dd5a502a647bad5677cb7e6aa754fee0dc5a Author: Kshitij Pathania <[email protected]> AuthorDate: Thu Aug 2 13:21:23 2018 +0530 Commit: Szymon Kłos <[email protected]> CommitDate: Thu Aug 2 15:40:39 2018 +0200 Notebookbar: Added shortcuts toolbox in draw Change-Id: Icb1dbc5539c1fe64c2ee4906602578460860e9c8 Reviewed-on: https://gerrit.libreoffice.org/58464 Tested-by: Jenkins Reviewed-by: Szymon Kłos <[email protected]> diff --git a/sd/UIConfig_sdraw.mk b/sd/UIConfig_sdraw.mk index a172013a70dd..edd4e2944ee4 100644 --- a/sd/UIConfig_sdraw.mk +++ b/sd/UIConfig_sdraw.mk @@ -83,6 +83,7 @@ $(eval $(call gb_UIConfig_add_toolbarfiles,modules/sdraw,\ sd/uiconfig/sdraw/toolbar/masterviewtoolbar \ sd/uiconfig/sdraw/toolbar/mediaobjectbar \ sd/uiconfig/sdraw/toolbar/moreformcontrols \ + sd/uiconfig/sdraw/toolbar/notebookbarshortcuts \ sd/uiconfig/sdraw/toolbar/optimizetablebar \ sd/uiconfig/sdraw/toolbar/optionsbar \ sd/uiconfig/sdraw/toolbar/positionbar \ diff --git a/sd/uiconfig/sdraw/toolbar/notebookbarshortcuts.xml b/sd/uiconfig/sdraw/toolbar/notebookbarshortcuts.xml new file mode 100644 index 000000000000..a6cac0f1fff8 --- /dev/null +++ b/sd/uiconfig/sdraw/toolbar/notebookbarshortcuts.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * +--> +<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> + <toolbar:toolbaritem xlink:href=".uno:Menubar"/> + <toolbar:toolbaritem xlink:href=".uno:Open"/> + <toolbar:toolbaritem xlink:href=".uno:Save"/> + <toolbar:toolbaritem xlink:href=".uno:Undo"/> + <toolbar:toolbaritem xlink:href=".uno:Redo"/> +</toolbar:toolbar> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
