summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/framework/XConfigurationChangeRequest.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/framework/XConfigurationChangeRequest.idl')
-rw-r--r--offapi/com/sun/star/drawing/framework/XConfigurationChangeRequest.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/drawing/framework/XConfigurationChangeRequest.idl b/offapi/com/sun/star/drawing/framework/XConfigurationChangeRequest.idl
index bc8d976843db..fa371428647d 100644
--- a/offapi/com/sun/star/drawing/framework/XConfigurationChangeRequest.idl
+++ b/offapi/com/sun/star/drawing/framework/XConfigurationChangeRequest.idl
@@ -33,13 +33,13 @@ interface XConfiguration;
<member>execute()</member> method is called. Configuration change
requests are executed asynchronously. This is done to avoid reentrance
problems with objects that are registered as
- <type>XConfigurationChangeListener</type> and at the same time make
+ XConfigurationChangeListener and at the same time make
configuration change requests. When the requests were executed
synchronously then the listeners would be notified of the changes while
their request call has not yet returned.</p>
<p>This interface is typically used internally by the
- <type>XConfigurationController</type></p> @see XConfigurationController
+ XConfigurationController</p> @see XConfigurationController
*/
interface XConfigurationChangeRequest
{