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

Maxim Monastirsky momonasmon at gmail.com
Wed Oct 19 12:11:48 UTC 2016


 sd/source/ui/view/drviews2.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 4a74c8af0b4573b4b72ccf04b26c71e41799e7a0
Author: Maxim Monastirsky <momonasmon at gmail.com>
Date:   Wed Oct 19 15:03:48 2016 +0300

    tdf#103264 Missing case for SID_SAVE_BACKGROUND
    
    Regression of:
    
    commit 93b4bf647a5899f54ef51f8b4bfed0faa66b466e
    Date:   Fri Jul 31 02:28:28 2015 +0530
    
        tdf#89466: Slide Background tab
    
    Change-Id: I1c6d1d35c47e6e4400d65474c84b2c3ebeb0330f

diff --git a/sd/source/ui/view/drviews2.cxx b/sd/source/ui/view/drviews2.cxx
index fb7a046..2d08d73 100644
--- a/sd/source/ui/view/drviews2.cxx
+++ b/sd/source/ui/view/drviews2.cxx
@@ -1187,6 +1187,7 @@ void DrawViewShell::FuTemporary(SfxRequest& rReq)
         break;
 
         case SID_SELECT_BACKGROUND:
+        case SID_SAVE_BACKGROUND:
         case SID_ATTR_PAGE_SIZE:
         case SID_ATTR_PAGE:
         case SID_PAGESETUP:  // BASIC ??


More information about the Libreoffice-commits mailing list