Add fill attributes to border background item set

...so the new background tab page works correctly in Calc Border/
Background dialog

Change-Id: I4121d5ef0e69ccd6f819b5ea760461004d484364
Reviewed-on: https://gerrit.libreoffice.org/68369
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
This commit is contained in:
Jim Raykowski
2019-02-25 21:23:55 -09:00
parent 42e5cb8cc0
commit b8f83e285a

View File

@@ -582,7 +582,8 @@ IMPL_LINK_NOARG(SvxHFPage, BackgroundHdl, weld::Button&, void)
pBBSet.reset( new SfxItemSet(
*GetItemSet().GetPool(),
{{nBrush, nBrush},
{{XATTR_FILL_FIRST, XATTR_FILL_LAST},
{nBrush, nBrush},
{nOuter, nOuter},
{nInner, nInner},
{nShadow, nShadow}}) );