Kaydet (Commit) 03e9161e authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane Kaydeden (comit) Noel Power

fdo#40079: load Dialog library before trying to get embedded images

üst e00c67ba
...@@ -292,7 +292,7 @@ void SfxDialogLibraryContainer::storeLibrariesToStorage( const uno::Reference< e ...@@ -292,7 +292,7 @@ void SfxDialogLibraryContainer::storeLibrariesToStorage( const uno::Reference< e
Sequence< OUString > sLibraries = getElementNames(); Sequence< OUString > sLibraries = getElementNames();
for ( sal_Int32 i=0; i < sLibraries.getLength(); ++i ) for ( sal_Int32 i=0; i < sLibraries.getLength(); ++i )
{ {
// libraries will already be loaded from above loadLibrary( sLibraries[ i ] );
Reference< XNameContainer > xLib; Reference< XNameContainer > xLib;
getByName( sLibraries[ i ] ) >>= xLib; getByName( sLibraries[ i ] ) >>= xLib;
if ( xLib.is() ) if ( xLib.is() )
......
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