summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XFixedText.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XFixedText.idl')
-rw-r--r--offapi/com/sun/star/awt/XFixedText.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/XFixedText.idl b/offapi/com/sun/star/awt/XFixedText.idl
index e44ea7b4f20a..3ad14b2ded39 100644
--- a/offapi/com/sun/star/awt/XFixedText.idl
+++ b/offapi/com/sun/star/awt/XFixedText.idl
@@ -33,7 +33,7 @@ published interface XFixedText: com::sun::star::uno::XInterface
/** sets the text of the control.
*/
- [oneway] void setText( [in] string Text );
+ void setText( [in] string Text );
/** returns the text of the control.
@@ -49,7 +49,7 @@ published interface XFixedText: com::sun::star::uno::XInterface
2: right
</pre>
*/
- [oneway] void setAlignment( [in] short nAlign );
+ void setAlignment( [in] short nAlign );
/** returns the alignment of the text in the control.