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

Jim Raykowski raykowj at gmail.com
Thu Jul 5 10:47:07 UTC 2018


 sc/source/ui/view/tabvwsha.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f432d96eb30c91578f11491778a7c3fb823f166a
Author: Jim Raykowski <raykowj at gmail.com>
Date:   Wed Jul 4 19:38:03 2018 -0800

    tdf#105225 fix new background tab page in calc format cells dialog
    
    Change-Id: I56cca8d22e98364eb369f3ccf54ca1acb3eb8516
    Reviewed-on: https://gerrit.libreoffice.org/56983
    Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>
    Tested-by: Katarina Behrens <Katarina.Behrens at cib.de>

diff --git a/sc/source/ui/view/tabvwsha.cxx b/sc/source/ui/view/tabvwsha.cxx
index 90c30f148695..0acd574a396a 100644
--- a/sc/source/ui/view/tabvwsha.cxx
+++ b/sc/source/ui/view/tabvwsha.cxx
@@ -483,7 +483,7 @@ void ScTabViewShell::ExecuteCellFormatDlg(SfxRequest& rReq, const OString &rName
     std::shared_ptr<SfxItemSet> pOldSet(new SfxItemSet(pOldAttrs->GetItemSet()));
     std::shared_ptr<SvxNumberInfoItem> pNumberInfoItem;
 
-    pOldSet->MergeRange(XATTR_FILLCOLOR, XATTR_FILLCOLOR);
+    pOldSet->MergeRange(XATTR_FILLSTYLE, XATTR_FILLCOLOR);
 
     sal_uInt16 nWhich = pOldSet->GetPool()->GetWhich( SID_ATTR_BRUSH );
     SvxBrushItem aBrushItem(static_cast<const SvxBrushItem&>(pOldSet->Get(nWhich)));


More information about the Libreoffice-commits mailing list