summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/XPropertySetRegistry.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XPropertySetRegistry.idl')
-rw-r--r--offapi/com/sun/star/ucb/XPropertySetRegistry.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/ucb/XPropertySetRegistry.idl b/offapi/com/sun/star/ucb/XPropertySetRegistry.idl
index 3aa1c1586962..6d2cc80403d2 100644
--- a/offapi/com/sun/star/ucb/XPropertySetRegistry.idl
+++ b/offapi/com/sun/star/ucb/XPropertySetRegistry.idl
@@ -53,7 +53,7 @@ published interface XPropertySetRegistry : com::sun::star::uno::XInterface
@param key
The key to use for addressing the property set.
*/
- [oneway] void removePropertySet( [in] string key );
+ void removePropertySet( [in] string key );
};