summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-08-06 01:20:13 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-08-06 15:02:12 +0200
commitb20f5b5b4096b1bedc1ab01a4349b6db3b0b6a33 (patch)
treeb682673db4f5cc1abfac5ed8f6ee72064c119e80
parent386fcf9be786b302cd2c6f85ff6d8d97a6777926 (diff)
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@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--cui/source/tabpages/bbdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/bbdlg.cxx b/cui/source/tabpages/bbdlg.cxx
index 114f7dd28269..69a7e4eef93c 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(),
- svl::Items<SID_COLOR_TABLE, SID_BITMAP_LIST,
+ svl::Items<SID_COLOR_TABLE, SID_PATTERN_LIST,
SID_OFFER_IMPORT, SID_OFFER_IMPORT>{});
aNew.Put(*GetInputSetImpl());