Apache OpenOffice (AOO) Bugzilla – Issue 34459
IDL: com.sun.star.util.XProtectable
Last modified: 2017-05-20 09:32:11 UTC
XProtectable is used on ScTableSheetObj and ScModelObj. In the idl, the method "unprotect" raises an IllegalArgumentException. This exception is never thrown when using the implementation - even with a wrong password. The purpose of the Exception has to be explained in the idl file.
set to P4, this is no P3 bug.
For Sascha...
Reset assignee on issues not touched by assignee in more than 2000 days.
Created attachment 82500 [details] Patch to add description about IllegalArgumentException for unprotect method Current implementations raise com.sun.star.lang.IllegalArgumentException if the password is invalid for unprotect method.
"hanya" committed SVN revision 1652460 into trunk: #i34459# add description about IllegalArgumentException thrown by unprotect m...
Fixed on trunk.