diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-04-23 15:35:04 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-04-24 12:22:10 +0300 |
commit | fd58025dc7379126738cf73908ec10e809348e6a (patch) | |
tree | 846cfa5f703252eee136146d033f41823766f220 /basic | |
parent | 2aaa5f721f63528330498dce38038f3b43f85ca9 (diff) |
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.
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/basmgr/basmgr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |