summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style/ParagraphProperties.idl
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-08-23 09:10:11 +0000
committerThomas Lange <tl@openoffice.org>2002-08-23 09:10:11 +0000
commit410ad5ae1d16e25bbf92a7a1513f3dbcbe9bf6ec (patch)
treef9904da08fec747b29d99fcc3b49794764044415 /offapi/com/sun/star/style/ParagraphProperties.idl
parent80d5cbe466769c6c5fcbd6122242204967ff0207 (diff)
#102562# optional flag added to *BorderDistance properties
Diffstat (limited to 'offapi/com/sun/star/style/ParagraphProperties.idl')
-rw-r--r--offapi/com/sun/star/style/ParagraphProperties.idl14
1 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/style/ParagraphProperties.idl b/offapi/com/sun/star/style/ParagraphProperties.idl
index 4216cde1a7f7..c8c9f7e3c667 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.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: tl $ $Date: 2002-08-15 13:33:55 $
+ * last change: $Author: tl $ $Date: 2002-08-23 10:10:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -411,27 +411,27 @@ service ParagraphProperties
//-------------------------------------------------------------------------
/** contains the distance from the border to the object.
*/
- [property] long BorderDistance;
+ [property, optional] long BorderDistance;
//-------------------------------------------------------------------------
/** contains the distance from the left border to the object.
*/
- [property] long LeftBorderDistance;
+ [property, optional] long LeftBorderDistance;
//-------------------------------------------------------------------------
/** contains the distance from the right border to the object.
*/
- [property] long RightBorderDistance;
+ [property, optional] long RightBorderDistance;
//-------------------------------------------------------------------------
/** contains the distance from the top border to the object.
*/
- [property] long TopBorderDistance;
+ [property, optional] long TopBorderDistance;
//-------------------------------------------------------------------------
/** contains the distance from the bottom border to the object.
*/
- [property] long BottomBorderDistance;
+ [property, optional] long BottomBorderDistance;
//-------------------------------------------------------------------------
};