summaryrefslogtreecommitdiff
path: root/sw/uiconfig/swform/toolbar
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2023-04-20 16:18:00 +0100
committerCaolán McNamara <caolanm@redhat.com>2023-04-26 10:52:24 +0200
commit5dc84674816e5f3cad9a45b9307723de3dd25b71 (patch)
tree519a21245870ab39a0bc09bd9cab3fed322dabdd /sw/uiconfig/swform/toolbar
parent9c23f533d6749e94971f04e18f1537472cac6b86 (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/swform/toolbar')
-rw-r--r--sw/uiconfig/swform/toolbar/insertbar.xml1
-rw-r--r--sw/uiconfig/swform/toolbar/insertobjectbar.xml3
2 files changed, 1 insertions, 3 deletions
diff --git a/sw/uiconfig/swform/toolbar/insertbar.xml b/sw/uiconfig/swform/toolbar/insertbar.xml
index 6f1434f1ff0e..319ff634dcad 100644
--- a/sw/uiconfig/swform/toolbar/insertbar.xml
+++ b/sw/uiconfig/swform/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"/>
diff --git a/sw/uiconfig/swform/toolbar/insertobjectbar.xml b/sw/uiconfig/swform/toolbar/insertobjectbar.xml
index 966fe03ee96f..4f5b5894c1d5 100644
--- a/sw/uiconfig/swform/toolbar/insertobjectbar.xml
+++ b/sw/uiconfig/swform/toolbar/insertobjectbar.xml
@@ -18,6 +18,5 @@
* 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:InsertObjectFloatingFrame"/>
<toolbar:toolbaritem xlink:href=".uno:InsertObject"/>
-</toolbar:toolbar> \ No newline at end of file
+</toolbar:toolbar>