diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-04-20 16:18:00 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-04-26 10:52:24 +0200 |
commit | 5dc84674816e5f3cad9a45b9307723de3dd25b71 (patch) | |
tree | 519a21245870ab39a0bc09bd9cab3fed322dabdd /sw/uiconfig/sweb | |
parent | 9c23f533d6749e94971f04e18f1537472cac6b86 (diff) |
tdf#155006 don't show "InsertObjectFloatingFrame" by default in menus and toolbars
still exists, just isn't presented by default.
help describes this as
"Inserts a floating frame into the current document. Floating frames are
used in HTML documents to display the contents of another file."
and
"Changes the properties of the selected floating frame. Floating frames
work best when they contain an html document, and when they are inserted
in another html document."
This is basically support for html IFrames and is a fairly obscure thing
for an ordinary document.
Change-Id: Iec8ff591393e4ee4ed8791094e1f15a225808c8a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150707
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/uiconfig/sweb')
-rw-r--r-- | sw/uiconfig/sweb/toolbar/insertbar.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/uiconfig/sweb/toolbar/insertbar.xml b/sw/uiconfig/sweb/toolbar/insertbar.xml index 6f1434f1ff0e..319ff634dcad 100644 --- a/sw/uiconfig/sweb/toolbar/insertbar.xml +++ b/sw/uiconfig/sweb/toolbar/insertbar.xml @@ -21,7 +21,6 @@ <toolbar:toolbaritem xlink:href=".uno:InsertTable"/> <toolbar:toolbaritem xlink:href=".uno:InsertSection"/> <toolbar:toolbaritem xlink:href=".uno:InsertFrameInteract"/> - <toolbar:toolbaritem xlink:href=".uno:InsertObjectFloatingFrame" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:InsertFootnote"/> <toolbar:toolbaritem xlink:href=".uno:InsertEndnote"/> |