https://bugs.freedesktop.org/show_bug.cgi?id=53116

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected]

--- Comment #7 from Julien Nabet <[email protected]> ---
Thorsten/Radek: On Opengrok, searching about "password-encrypted Microsoft
PowerPoint", I found it in svx/source/items/svxerr.src then I searched
"ERRCODE_SVX_READ_FILTER_PPOINT" and found these lines:
sd/source/filter/sdpptwrp.cxx
     99         SvStream* pDocStream = pStorage->OpenSotStream(
rtl::OUString("PowerPoint Document") , STREAM_STD_READ );
    100         if( pDocStream )
    101         {
    102             pDocStream->SetVersion( pStorage->GetVersion() );
    103             pDocStream->SetCryptMaskKey(pStorage->GetKey());
    104 
    105             if ( pStorage->IsStream( rtl::OUString("EncryptedSummary" )
) )
    106                 mrMedium.SetError( ERRCODE_SVX_READ_FILTER_PPOINT,
OSL_LOG_PREFIX );
So it wouldn't be a bug but an enhancement?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to