summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/XUIConfigurationListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/XUIConfigurationListener.idl')
-rw-r--r--offapi/com/sun/star/ui/XUIConfigurationListener.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ui/XUIConfigurationListener.idl b/offapi/com/sun/star/ui/XUIConfigurationListener.idl
index 38a1769c7b6c..e9e86dc7fb51 100644
--- a/offapi/com/sun/star/ui/XUIConfigurationListener.idl
+++ b/offapi/com/sun/star/ui/XUIConfigurationListener.idl
@@ -41,7 +41,7 @@ interface XUIConfigurationListener : com::sun::star::lang::XEventListener
@param Event
provides information about the element which has been inserted.
*/
- [oneway] void elementInserted( [in] ::com::sun::star::ui::ConfigurationEvent Event );
+ void elementInserted( [in] ::com::sun::star::ui::ConfigurationEvent Event );
/** is invoked when a configuration has removed an user interface element.
@@ -49,7 +49,7 @@ interface XUIConfigurationListener : com::sun::star::lang::XEventListener
@param Event
provides information about the element which has been removed.
*/
- [oneway] void elementRemoved( [in] ::com::sun::star::ui::ConfigurationEvent Event );
+ void elementRemoved( [in] ::com::sun::star::ui::ConfigurationEvent Event );
/** is invoked when a configuration has replaced an user interface element.
@@ -58,7 +58,7 @@ interface XUIConfigurationListener : com::sun::star::lang::XEventListener
provides information about the element which has been
inserted/replaced.
*/
- [oneway] void elementReplaced( [in] ::com::sun::star::ui::ConfigurationEvent Event );
+ void elementReplaced( [in] ::com::sun::star::ui::ConfigurationEvent Event );
};