diff options
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/basidesh.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/basctl/source/basicide/basidesh.cxx b/basctl/source/basicide/basidesh.cxx index 6f15f08d7b1c..5674a6ee1b33 100644 --- a/basctl/source/basicide/basidesh.cxx +++ b/basctl/source/basicide/basidesh.cxx @@ -138,14 +138,13 @@ SFX_IMPL_NAMED_VIEWFACTORY( Shell, "Default" ) SFX_IMPL_INTERFACE( basctl_Shell, SfxViewShell, IDEResId( RID_STR_IDENAME ) ) { - SFX_CHILDWINDOW_REGISTRATION( SID_SEARCH_DLG ); + GetStaticInterface()->RegisterChildWindow(SID_SEARCH_DLG); + SFX_FEATURED_CHILDWINDOW_REGISTRATION(SID_SHOW_PROPERTYBROWSER, BASICIDE_UI_FEATURE_SHOW_BROWSER); GetStaticInterface()->RegisterPopupMenu(IDEResId(RID_POPUP_DLGED)); } - - namespace { |