diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 08:39:35 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 08:39:35 +0000 |
commit | 2a4cbbdebb684469a835d9724e0ee3afc4dc18fd (patch) | |
tree | 8f2e49f708d9103f904f5b5b699f8f926a805812 /offapi | |
parent | eaf79c500338f808ff4586f425bfb414b7d9e869 (diff) |
INTEGRATION: CWS dba31a (1.3.70); FILE MERGED
2008/06/09 10:16:16 oj 1.3.70.1: #i77059# remove multiline it is always the case
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/report/XFixedText.idl | 6 |
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; |