diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-09-29 18:47:13 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2020-09-30 10:56:57 +0200 |
commit | 09c24681a3414092fde50ec0f617c9f7c79e8a61 (patch) | |
tree | 3b64da4ef2e2e257a03c5b63df0a024e7b8e11d4 | |
parent | 605b4ba57b2daa447af9d43d3759079e15df8148 (diff) |
tdf#135836 remove "to page" from shape/image contextmenu
recommended in bug report
Change-Id: I61ed3390d8175f00e0617e1cd234b2be0b4f3caa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103648
Tested-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
-rw-r--r-- | sw/uiconfig/swform/popupmenu/anchor.xml | 1 | ||||
-rw-r--r-- | sw/uiconfig/swreport/popupmenu/anchor.xml | 1 | ||||
-rw-r--r-- | sw/uiconfig/swriter/popupmenu/anchor.xml | 1 | ||||
-rw-r--r-- | sw/uiconfig/swxform/popupmenu/anchor.xml | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/sw/uiconfig/swform/popupmenu/anchor.xml b/sw/uiconfig/swform/popupmenu/anchor.xml index e87252b599f4..a6bccfdd6feb 100644 --- a/sw/uiconfig/swform/popupmenu/anchor.xml +++ b/sw/uiconfig/swform/popupmenu/anchor.xml @@ -8,7 +8,6 @@ * --> <menu:menupopup xmlns:menu="http://openoffice.org/2001/menu"> - <menu:menuitem menu:id=".uno:SetAnchorToPage" menu:style="radio"/> <menu:menuitem menu:id=".uno:SetAnchorToPara" menu:style="radio"/> <menu:menuitem menu:id=".uno:SetAnchorAtChar" menu:style="radio"/> <menu:menuitem menu:id=".uno:SetAnchorToChar" menu:style="radio"/> diff --git a/sw/uiconfig/swreport/popupmenu/anchor.xml b/sw/uiconfig/swreport/popupmenu/anchor.xml index e87252b599f4..a6bccfdd6feb 100644 --- a/sw/uiconfig/swreport/popupmenu/anchor.xml +++ b/sw/uiconfig/swreport/popupmenu/anchor.xml @@ -8,7 +8,6 @@ * --> <menu:menupopup xmlns:menu="http://openoffice.org/2001/menu"> - <menu:menuitem menu:id=".uno:SetAnchorToPage" menu:style="radio"/> <menu:menuitem menu:id=".uno:SetAnchorToPara" menu:style="radio"/> <menu:menuitem menu:id=".uno:SetAnchorAtChar" menu:style="radio"/> <menu:menuitem menu:id=".uno:SetAnchorToChar" menu:style="radio"/> diff --git a/sw/uiconfig/swriter/popupmenu/anchor.xml b/sw/uiconfig/swriter/popupmenu/anchor.xml index e87252b599f4..a6bccfdd6feb 100644 --- a/sw/uiconfig/swriter/popupmenu/anchor.xml +++ b/sw/uiconfig/swriter/popupmenu/anchor.xml @@ -8,7 +8,6 @@ * --> <menu:menupopup xmlns:menu="http://openoffice.org/2001/menu"> - <menu:menuitem menu:id=".uno:SetAnchorToPage" menu:style="radio"/> <menu:menuitem menu:id=".uno:SetAnchorToPara" menu:style="radio"/> <menu:menuitem menu:id=".uno:SetAnchorAtChar" menu:style="radio"/> <menu:menuitem menu:id=".uno:SetAnchorToChar" menu:style="radio"/> diff --git a/sw/uiconfig/swxform/popupmenu/anchor.xml b/sw/uiconfig/swxform/popupmenu/anchor.xml index e87252b599f4..a6bccfdd6feb 100644 --- a/sw/uiconfig/swxform/popupmenu/anchor.xml +++ b/sw/uiconfig/swxform/popupmenu/anchor.xml @@ -8,7 +8,6 @@ * --> <menu:menupopup xmlns:menu="http://openoffice.org/2001/menu"> - <menu:menuitem menu:id=".uno:SetAnchorToPage" menu:style="radio"/> <menu:menuitem menu:id=".uno:SetAnchorToPara" menu:style="radio"/> <menu:menuitem menu:id=".uno:SetAnchorAtChar" menu:style="radio"/> <menu:menuitem menu:id=".uno:SetAnchorToChar" menu:style="radio"/> |