[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - cui/source
Julien Nabet
serval2412 at yahoo.fr
Tue Aug 8 10:29:20 UTC 2017
cui/source/tabpages/bbdlg.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d816fb9e6cb0e5f50142e7fc9c50b949e0f006e8
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sun Aug 6 01:20:13 2017 +0200
tdf#109863: use SID_PATTERN_LIST after bitmap tab converting
instead of SID_BITMAP_LIST
Regression from https://cgit.freedesktop.org/libreoffice/core/commit/?id=76585ae33f3ca75c05c0ccbf6a621b6e2d42bc00
Change-Id: I880ca149d5865ed5b80c57d7c5b390cc5606d66c
Reviewed-on: https://gerrit.libreoffice.org/40798
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
Reviewed-on: https://gerrit.libreoffice.org/40805
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>
diff --git a/cui/source/tabpages/bbdlg.cxx b/cui/source/tabpages/bbdlg.cxx
index 0cef97d9ce1b..b844babab2d2 100644
--- a/cui/source/tabpages/bbdlg.cxx
+++ b/cui/source/tabpages/bbdlg.cxx
@@ -74,7 +74,7 @@ void SvxBorderBackgroundDlg::PageCreated( sal_uInt16 nPageId, SfxTabPage& rTabPa
{
SfxItemSet aNew(
*GetInputSetImpl()->GetPool(),
- SID_COLOR_TABLE, SID_BITMAP_LIST,
+ SID_COLOR_TABLE, SID_PATTERN_LIST,
SID_OFFER_IMPORT, SID_OFFER_IMPORT,
0, 0);
More information about the Libreoffice-commits
mailing list