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:
@@ -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),
|
||||
|
Reference in New Issue
Block a user