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
This commit is contained in:
Maxim Monastirsky
2016-05-05 15:14:02 +03:00
parent f84d9ae0c9
commit 931a72efbc

View File

@@ -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),