interface XPrivilegedAction in module com::sun::star::security::

(Global Index)

Syntax

interface XPrivilegedAction : com::sun::star::uno::XInterface ;

Description

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

Interface for running a privileged action.

Method Summary

run Action to be done.

Method Details



run

Syntax

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