https://bugs.documentfoundation.org/show_bug.cgi?id=120382
--- Comment #1 from Mike Kaganski <[email protected]> ---
A code pointer: returning the error happens in PPTWriterBase::exportPPT
(sd/source/filter/eppt/pptx-epptbase.cxx), in the code
> for ( i = 0; i < mnMasterPages; i++ )
> {
> if ( !CreateSlideMaster( i ) )
> return;
> }
which later calls SdMasterPage::getBackground
(sd/source/ui/unoidl/unopage.cxx), where
> rValue <<= Reference< beans::XPropertySet >( xFamily->getByName(
> aStyleName ), UNO_QUERY_THROW );
throws.
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs