summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XProgressMonitor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XProgressMonitor.idl')
-rw-r--r--offapi/com/sun/star/awt/XProgressMonitor.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/XProgressMonitor.idl b/offapi/com/sun/star/awt/XProgressMonitor.idl
index 6bc145d3d9c3..3d08cb9141c1 100644
--- a/offapi/com/sun/star/awt/XProgressMonitor.idl
+++ b/offapi/com/sun/star/awt/XProgressMonitor.idl
@@ -35,17 +35,17 @@ published interface XProgressMonitor: com::sun::star::awt::XProgressBar
/** adds a new text line to the control.
*/
- [oneway] void addText ( [in] string Topic, [in] string Text, [in] boolean beforeProgress ) ;
+ void addText ( [in] string Topic, [in] string Text, [in] boolean beforeProgress ) ;
/** removes a text line from the control.
*/
- [oneway] void removeText ( [in] string Topic, [in] boolean beforeProgress ) ;
+ void removeText ( [in] string Topic, [in] boolean beforeProgress ) ;
/** updates an existing text line at the control.
*/
- [oneway] void updateText ( [in] string Topic, [in] string Text, [in] boolean beforeProgress ) ;
+ void updateText ( [in] string Topic, [in] string Text, [in] boolean beforeProgress ) ;
};