summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/report
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/report')
-rw-r--r--offapi/com/sun/star/report/XFixedText.idl6
1 files changed, 1 insertions, 5 deletions
diff --git a/offapi/com/sun/star/report/XFixedText.idl b/offapi/com/sun/star/report/XFixedText.idl
index 80a5842b081c..b14675b44d00 100644
--- a/offapi/com/sun/star/report/XFixedText.idl
+++ b/offapi/com/sun/star/report/XFixedText.idl
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: XFixedText.idl,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -45,10 +45,6 @@ interface XFixedText
/** specifies the label of the control.
*/
[attribute,bound] string Label;
-
- /** specifies that the text may be displayed on more than one line.
- */
- [attribute,bound] boolean MultiLine;
};
service FixedText : XFixedText;