[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - sd/source
Maxim Monastirsky
momonasmon at gmail.com
Tue Oct 25 07:37:57 UTC 2016
sd/source/ui/view/drviews2.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 1fcecd9d17ccf77fd446dbe4bc25aa85314b36a1
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
(cherry picked from commit 4a74c8af0b4573b4b72ccf04b26c71e41799e7a0)
Reviewed-on: https://gerrit.libreoffice.org/30051
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
diff --git a/sd/source/ui/view/drviews2.cxx b/sd/source/ui/view/drviews2.cxx
index a8388d4..5e02a2d 100644
--- a/sd/source/ui/view/drviews2.cxx
+++ b/sd/source/ui/view/drviews2.cxx
@@ -1217,6 +1217,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