From fd58025dc7379126738cf73908ec10e809348e6a Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 23 Apr 2012 15:35:04 +0300 Subject: Fix eleven year old typo No idea if it has actually caused any uninteded behaviour, or if this fix now then causes something to break. --- basic/source/basmgr/basmgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic') diff --git a/basic/source/basmgr/basmgr.cxx b/basic/source/basmgr/basmgr.cxx index 3de240f08bda..7fc19ede6910 100644 --- a/basic/source/basmgr/basmgr.cxx +++ b/basic/source/basmgr/basmgr.cxx @@ -2288,7 +2288,7 @@ Any LibraryContainer_Impl::getByName( const ::rtl::OUString& aName ) Reference< XNameContainer > xModuleContainer = (XNameContainer*)new ModuleContainer_Impl( pLib ); - Reference< XNameContainer > xDialogContainer; + Reference< XNameContainer > xDialogContainer = (XNameContainer*)new DialogContainer_Impl( pLib ); BasicLibInfo* pLibInfo = mpMgr->FindLibInfo( pLib ); -- cgit