:: com :: sun :: star :: drawing :: framework ::

interface XConfigurationChangeRequest

Methods' Summary
execute Commit the configuration change request represented by the called object to the given configuration.  
Methods' Details
execute
void
execute( [in] XConfiguration  xConfiguration );

Description
Commit the configuration change request represented by the called object to the given configuration.
Parameter xConfiguration
This is the configuration to commit the requested change to.
Top of Page