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

Caolán McNamara caolanm at redhat.com
Mon Jul 25 06:48:32 UTC 2016


 sd/source/ui/func/fupage.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 60ab08c6c5c4b5730c1cb54eca5558be214e8925
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Jul 24 17:50:23 2016 +0100

    Resolves: tdf#101076 drag-create creates an unfilled shape...
    
    after using the slide properties->background->all slides
    
    This SetAttributes with nothing selected will end up setting the
    default object properties. Here I think we are setting the bg color to
    the master, and then unsetting the bg color of the slides to none
    so the master color shows through.
    
    So the additional SetAttributes call unsets the bg of the default
    object style
    
    Change-Id: I5cfd74eef5637b87d2a8778d4b8c8a0cbc0960db
    Reviewed-on: https://gerrit.libreoffice.org/27487
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>

diff --git a/sd/source/ui/func/fupage.cxx b/sd/source/ui/func/fupage.cxx
index d9c8ad9..8d56182 100644
--- a/sd/source/ui/func/fupage.cxx
+++ b/sd/source/ui/func/fupage.cxx
@@ -152,7 +152,6 @@ void FuPage::DoExecute( SfxRequest& )
         if( mpArgs )
         {
             ApplyItemSet( mpArgs );
-            mpView->SetAttributes( *mpArgs );
         }
     }
 }


More information about the Libreoffice-commits mailing list