diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2022-03-28 11:05:34 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2022-03-28 16:39:06 +0200 |
commit | 4f9bf4201bb706cd19142f0805cfc4c859186cd4 (patch) | |
tree | b6000a089b18a4638fe3fa1269c4d044fa696e4c /sw | |
parent | 47a3fec2115fcb8066bbb756f8f6391d94dc04bf (diff) |
tdf#148235 Restore toolbar item to switch XForm to design mode
commit 45b6f096e7ae86d0692ecdfd5b7069622d8a6efa
Date: Sun Oct 28 17:02:34 2018 +0100
sw toolbars sync context toolbars between different apps
had replaced the "Form Design" toolbar item to switch
a complete XForm to design mode with an entry that
switches the form controls to design mode instead.
(The former one is labelled "Design Mode On/Off",
the latter one just "Design Mode" in the English UI.)
This meant that the XForm could no longer be switched
to design mode from there, unless the toolbar was
manually customized to add the entry back.
This brings the previous toolbar item back.
It also removes the one to switch the form controls
to design mode again, since that one is already contained
in the "Form Controls" toolbar, where it fits better.
(And having two different toolbar items with almost
identical labels but different functionality would
probably be rather confusing.)
Change-Id: Ia4c98dfa6ad8372eba08a9f08920153133a7f88d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132207
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swxform/toolbar/formdesign.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/swxform/toolbar/formdesign.xml b/sw/uiconfig/swxform/toolbar/formdesign.xml index 067ddff0675f..f748bcf68e2e 100644 --- a/sw/uiconfig/swxform/toolbar/formdesign.xml +++ b/sw/uiconfig/swxform/toolbar/formdesign.xml @@ -44,7 +44,7 @@ <toolbar:toolbaritem xlink:href=".uno:LeaveGroup" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> - <toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode"/> + <toolbar:toolbaritem xlink:href=".uno:SwitchXFormsDesignMode"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> <toolbar:toolbaritem xlink:href=".uno:FormProperties"/> |