summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style/ParagraphProperties.idl
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-08-28 07:27:31 +0000
committerThomas Lange <tl@openoffice.org>2002-08-28 07:27:31 +0000
commitcfb206f1d3eae0a5295de61450370fe7045d2271 (patch)
tree2b4570499d9cf6b6558afec5cadc9ceca9b28ad6 /offapi/com/sun/star/style/ParagraphProperties.idl
parent45dcb7b34ad7da824cd9f18664fd40732dc19046 (diff)
#102691# optional flag added to *Border properties
Diffstat (limited to 'offapi/com/sun/star/style/ParagraphProperties.idl')
-rw-r--r--offapi/com/sun/star/style/ParagraphProperties.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/style/ParagraphProperties.idl b/offapi/com/sun/star/style/ParagraphProperties.idl
index c8c9f7e3c667..7e3ec86a3931 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.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: tl $ $Date: 2002-08-23 10:10:11 $
+ * last change: $Author: tl $ $Date: 2002-08-28 08:27:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -391,22 +391,22 @@ service ParagraphProperties
//-------------------------------------------------------------------------
/** contains the left border of the object.
*/
- [property] com::sun::star::table::BorderLine LeftBorder;
+ [property, optional] com::sun::star::table::BorderLine LeftBorder;
//-------------------------------------------------------------------------
/** contains the right border of the object.
*/
- [property] com::sun::star::table::BorderLine RightBorder;
+ [property, optional] com::sun::star::table::BorderLine RightBorder;
//-------------------------------------------------------------------------
/** contains the top border of the object.
*/
- [property] com::sun::star::table::BorderLine TopBorder;
+ [property, optional] com::sun::star::table::BorderLine TopBorder;
//-------------------------------------------------------------------------
/** contains the bottom border of the object.
*/
- [property] com::sun::star::table::BorderLine BottomBorder;
+ [property, optional] com::sun::star::table::BorderLine BottomBorder;
//-------------------------------------------------------------------------
/** contains the distance from the border to the object.