summaryrefslogtreecommitdiffstats
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.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/awt/XFixedText.idl b/offapi/com/sun/star/awt/XFixedText.idl
index f23f9f9dc41e..e44ea7b4f20a 100644
--- a/offapi/com/sun/star/awt/XFixedText.idl
+++ b/offapi/com/sun/star/awt/XFixedText.idl
@@ -22,29 +22,24 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** gives access to the text and formatting of a fixed text field.
*/
published interface XFixedText: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** sets the text of the control.
*/
[oneway] void setText( [in] string Text );
- //-------------------------------------------------------------------------
/** returns the text of the control.
*/
string getText();
- //-------------------------------------------------------------------------
/** sets the alignment of the text in the control.
@@ -56,7 +51,6 @@ published interface XFixedText: com::sun::star::uno::XInterface
*/
[oneway] void setAlignment( [in] short nAlign );
- //-------------------------------------------------------------------------
/** returns the alignment of the text in the control.
*/
@@ -64,7 +58,6 @@ published interface XFixedText: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };