Kaydet (Commit) abaff3a9 authored tarafından Tsutomu Uchino's avatar Tsutomu Uchino

#i34459# add description about IllegalArgumentException thrown by unprotect…

#i34459# add description about IllegalArgumentException thrown by unprotect method and about some arguments
üst 82f67031
......@@ -44,11 +44,19 @@ published interface XProtectable: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
/** activates the protection.
@param aPassword
a string to specify new password.
*/
void protect( [in] string aPassword );
//-------------------------------------------------------------------------
/** removes the protection.
@param aPassword
a string to match with the current password.
@throws com::sun::star::lang::IllegalArgumentException
if invalid password is specified.
*/
void unprotect( [in] string aPassword )
raises( com::sun::star::lang::IllegalArgumentException );
......
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