From bb6503dd081ebb4d11929ab1946eea8d60dd817c Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 27 Apr 2013 23:21:10 +0200 Subject: *api: convert remaining sed -i "s,\([^<]\+\),\1,g" Change-Id: I74c80f5aa610477fab28faec52e55c3137984aec --- offapi/com/sun/star/drawing/framework/XConfigurationChangeRequest.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi/com/sun/star/drawing/framework/XConfigurationChangeRequest.idl') diff --git a/offapi/com/sun/star/drawing/framework/XConfigurationChangeRequest.idl b/offapi/com/sun/star/drawing/framework/XConfigurationChangeRequest.idl index fa371428647d..3f9ec9b42a20 100644 --- a/offapi/com/sun/star/drawing/framework/XConfigurationChangeRequest.idl +++ b/offapi/com/sun/star/drawing/framework/XConfigurationChangeRequest.idl @@ -30,7 +30,7 @@ interface XConfiguration; /** A single explicit request for a configuration change.

The requested change is committed to a configuration only when the - execute() method is called. Configuration change + execute() method is called. Configuration change requests are executed asynchronously. This is done to avoid reentrance problems with objects that are registered as XConfigurationChangeListener and at the same time make -- cgit