summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style/ParagraphProperties.idl
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-05-23 16:46:57 +0000
committerNiklas Nebel <nn@openoffice.org>2001-05-23 16:46:57 +0000
commit0c204fa86cc0de79ae89090f8fc34b725e651a55 (patch)
treecead1829127445abad0aa87865665cb9cc9265bb /offapi/com/sun/star/style/ParagraphProperties.idl
parent80eec3ccb6e47096fadb347aa157f60800e5810e (diff)
#82635# line spacing and tab stops optional
Diffstat (limited to 'offapi/com/sun/star/style/ParagraphProperties.idl')
-rw-r--r--offapi/com/sun/star/style/ParagraphProperties.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/style/ParagraphProperties.idl b/offapi/com/sun/star/style/ParagraphProperties.idl
index 9b9c9db42f22..cb30dc6107fc 100644
--- a/offapi/com/sun/star/style/ParagraphProperties.idl
+++ b/offapi/com/sun/star/style/ParagraphProperties.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ParagraphProperties.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: os $ $Date: 2001-05-18 13:43:28 $
+ * last change: $Author: nn $ $Date: 2001-05-23 17:46:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -112,7 +112,7 @@ service ParagraphProperties
// DocMerge from xml: property com::sun::star::style::ParagraphProperties::ParaLineSpacing
/** contains the type of the line spacing of a paragraph.
*/
- [property] com::sun::star::style::LineSpacing ParaLineSpacing;
+ [optional, property] com::sun::star::style::LineSpacing ParaLineSpacing;
//-------------------------------------------------------------------------
@@ -279,7 +279,7 @@ service ParagraphProperties
/** specifies the positions and kinds of thei tab stops within this
paragraph.
*/
- [property] sequence<com::sun::star::style::TabStop> ParaTabStops;
+ [optional, property] sequence<com::sun::star::style::TabStop> ParaTabStops;
//-------------------------------------------------------------------------