Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: security ::

interface XPrivilegedAction

Base Interface
com::sun::star::uno::XInterface

Description

WARNING: this is just a draft and may be changed!

Interface for running a privileged action.


Methods' Summary

run Action to be done.

Methods' Details

run
 
any
run( )
raises ( com::sun::star::uno::Exception );

Description
Action to be done.
Returns
result
Throws
com::sun::star::uno::Exception any UNO exception may be thrown

Top of Page