19 #ifndef __com_sun_star_util_XProtectable_idl__
20 #define __com_sun_star_util_XProtectable_idl__
28 module com { module sun { module star { module util {
37 void protect( [in]
string aPassword );
41 void unprotect( [in]
string aPassword )
47 boolean isProtected();
makes it possible to protect objects from modifications.
Definition: XProtectable.idl:33
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
base interface of all UNO interfaces
Definition: XInterface.idl:47