Kaydet (Commit) fd58025d authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Tor Lillqvist

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.
üst 2aaa5f72
...@@ -2288,7 +2288,7 @@ Any LibraryContainer_Impl::getByName( const ::rtl::OUString& aName ) ...@@ -2288,7 +2288,7 @@ Any LibraryContainer_Impl::getByName( const ::rtl::OUString& aName )
Reference< XNameContainer > xModuleContainer = Reference< XNameContainer > xModuleContainer =
(XNameContainer*)new ModuleContainer_Impl( pLib ); (XNameContainer*)new ModuleContainer_Impl( pLib );
Reference< XNameContainer > xDialogContainer; Reference< XNameContainer > xDialogContainer =
(XNameContainer*)new DialogContainer_Impl( pLib ); (XNameContainer*)new DialogContainer_Impl( pLib );
BasicLibInfo* pLibInfo = mpMgr->FindLibInfo( pLib ); BasicLibInfo* pLibInfo = mpMgr->FindLibInfo( pLib );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment