From 931a72efbc8708fab91e849b39a84e6b7939c7de Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Thu, 5 May 2016 15:14:02 +0300 Subject: [PATCH] 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 --- sd/source/ui/sidebar/SlideBackground.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sd/source/ui/sidebar/SlideBackground.cxx b/sd/source/ui/sidebar/SlideBackground.cxx index 24b6a62b6d6b..6a5fbfdf69f4 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& 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),