https://bugs.documentfoundation.org/show_bug.cgi?id=65492

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Opening Password for DOC /  |Opening Password for DOC /
                   |XLS file limited to 15      |XLS file limited to 15
                   |characters                  |characters (obsolete MSO
                   |                            |limit - focus on comment 9)

--- Comment #14 from Justin L <[email protected]> ---
Providing support for longer than 15 character passwords probably requires a
fairly major overhaul. (For .doc I could extend that to 16 characters just by
-            if ( nLen <= 15 )
+            if ( nLen <= 16 )
in Init97Codec, but higher numbers didn't work, probably because "16" is
hardcoded all over the place in filter/source/msfilter/mscodec.cxx.

This is not an area I should be contributing to anyway, so that's as far as I
will investigate.

-- 
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

Reply via email to