[Libreoffice-commits] core.git: svx/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Feb 26 09:11:40 UTC 2019


 svx/source/dialog/hdft.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit b8f83e285af000ed1ebf211c2021cc065724ea37
Author:     Jim Raykowski <raykowj at gmail.com>
AuthorDate: Mon Feb 25 21:23:55 2019 -0900
Commit:     Jim Raykowski <raykowj at gmail.com>
CommitDate: Tue Feb 26 10:11:18 2019 +0100

    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 at gmail.com>

diff --git a/svx/source/dialog/hdft.cxx b/svx/source/dialog/hdft.cxx
index 28ca57d1c585..2a32ca807f44 100644
--- a/svx/source/dialog/hdft.cxx
+++ b/svx/source/dialog/hdft.cxx
@@ -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}}) );


More information about the Libreoffice-commits mailing list