sd/source/ui/sidebar/SlideBackground.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 931a72efbc8708fab91e849b39a84e6b7939c7de
Author: Maxim Monastirsky <momonas...@gmail.com>
Date:   Thu May 5 15:14:02 2016 +0300

    Fix widget name
    
    warn:vcl.layout:16932:1:vcl/source/window/builder.cxx:491:
    Requested top level widget "SlideBackground" not found in
    modules/simpress/ui/sidebarslidebackground.ui
    
    Change-Id: I614fe73006f8c148eed6c98bc1875b4303f27879

diff --git a/sd/source/ui/sidebar/SlideBackground.cxx 
b/sd/source/ui/sidebar/SlideBackground.cxx
index 24b6a62..6a5fbfd 100644
--- a/sd/source/ui/sidebar/SlideBackground.cxx
+++ b/sd/source/ui/sidebar/SlideBackground.cxx
@@ -118,7 +118,7 @@ SlideBackground::SlideBackground(
     const css::uno::Reference<css::frame::XFrame>& rxFrame,
     SfxBindings* pBindings
      ) :
-    PanelLayout( pParent, "SlideBackground", 
"modules/simpress/ui/sidebarslidebackground.ui", rxFrame ),
+    PanelLayout( pParent, "SlideBackgroundPanel", 
"modules/simpress/ui/sidebarslidebackground.ui", rxFrame ),
     mrBase( rBase ),
     maPaperController(SID_ATTR_PAGE_SIZE, *pBindings, *this),
     maBckColorController(SID_ATTR_PAGE_COLOR, *pBindings, *this),
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to