diff options
author | Rob Snelders <programming@ertai.nl> | 2012-05-25 17:31:11 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2012-07-26 21:38:47 +0200 |
commit | 61679f9b7afa2f585d47bf08a3317ddc02f2fbca (patch) | |
tree | a690f3e5dd16728637d9210a9c10710297f90768 /offapi | |
parent | e7dec2887e511a18a5f9927884c1a1df45fc35f0 (diff) |
fd0#35973 - [EasyHack] Remember the state of the sidebar pane in Impress
Change-Id: Ie287bc1c545bd8986ee3509181c878bdcd0d1942
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/drawing/framework/XConfigurationController.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/drawing/framework/XConfigurationController.idl b/offapi/com/sun/star/drawing/framework/XConfigurationController.idl index 4c0fd46d72b1..1e7cdb245d21 100644 --- a/offapi/com/sun/star/drawing/framework/XConfigurationController.idl +++ b/offapi/com/sun/star/drawing/framework/XConfigurationController.idl @@ -154,6 +154,12 @@ interface XConfigurationController interface XConfigurationControllerBroadcaster; interface XResourceFactoryManager; + /** Check if the ConfigurationController is disposing + @return + When the ConfigurationController is disposing then true else false + */ + boolean IsDisposing (); + /** Request the activation of a resource. <p>The request is processed asynchronously. Notifications about configuration changes are sent after this call returns.</p> |