summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-07-27 15:01:19 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-27 15:18:12 +0200
commit8eeddcdbb5baac2ee3378df38a198b0cdffa0495 (patch)
treeea786e841ffbb73c86fd5520239f88eea328e9f1 /offapi
parent889f9fc3c3850ed35fbbbbe399acc03c563154b9 (diff)
fdo#35973: XConfigurationController:
Remove that horrible IsDisposing method, much easier to just put the call to SaveResourceState into the disposing() handler that is called anyway (well, should be called now, previously the ResourceManager wasn't registered...)) Change-Id: Ia81f6bf47602b195c0326f2151393542f5f8b9ec
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/drawing/framework/XConfigurationController.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/drawing/framework/XConfigurationController.idl b/offapi/com/sun/star/drawing/framework/XConfigurationController.idl
index 1e7cdb245d21..4c0fd46d72b1 100644
--- a/offapi/com/sun/star/drawing/framework/XConfigurationController.idl
+++ b/offapi/com/sun/star/drawing/framework/XConfigurationController.idl
@@ -154,12 +154,6 @@ 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>