[Libreoffice-commits] core.git: Branch 'distro/lhm/libreoffice-5-2+backports' - sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Mar 7 14:04:10 UTC 2019
sw/source/ui/app/mn.src | 6 ------
1 file changed, 6 deletions(-)
New commits:
commit fb947036112be8de872d28be77f1f7c77f184650
Author: Michael Stahl <Michael.Stahl at cib.de>
AuthorDate: Thu Mar 7 13:10:03 2019 +0100
Commit: Michael Weghorn <m.weghorn at posteo.de>
CommitDate: Thu Mar 7 15:03:43 2019 +0100
sw: remove "Border and Background" from header/footer button menu
The problem is that this uses the old dialog for setting backgrounds,
and if you set an image background via that dialog it won't export to
ODF properly; see tdf#116382.
The new dialog can't be used easily here as in commit
7d7396d096369be06e7de3df566c5da7b25ef2c7 due to extensive changes that
are only in later release branches.
Users can just click the "Format Header" item and "More..." to edit the
background.
Change-Id: Id3b07cfac254cf97dc80bdf336832d33051a9657
Reviewed-on: https://gerrit.libreoffice.org/68856
Reviewed-by: Michael Weghorn <m.weghorn at posteo.de>
Tested-by: Michael Weghorn <m.weghorn at posteo.de>
diff --git a/sw/source/ui/app/mn.src b/sw/source/ui/app/mn.src
index d6dac73f716d..c5380c281fa0 100644
--- a/sw/source/ui/app/mn.src
+++ b/sw/source/ui/app/mn.src
@@ -100,12 +100,6 @@ Menu MN_HEADERFOOTER_BUTTON
};
MenuItem
{
- Identifier = FN_HEADERFOOTER_BORDERBACK ;
- HelpID = CMD_FN_HEADERFOOTER_BORDERBACK ;
- Text [ en-US ] = "Border and Background..." ;
- };
- MenuItem
- {
Identifier = FN_HEADERFOOTER_DELETE ;
HelpID = CMD_FN_HEADERFOOTER_DELETE ;
};
More information about the Libreoffice-commits
mailing list