summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-05-27 15:13:45 +0000
committerRüdiger Timm <rt@openoffice.org>2003-05-27 15:13:45 +0000
commit4acbb3d7395831bb614243d45dd55f9846384b6d (patch)
treead50b5e25e7dd2ce5f1a2ada2854556597697a0b /offapi/com/sun/star/style
parent34d6fb3cd0b45b337dab1fd339b305e810d58daa (diff)
INTEGRATION: CWS aig03 (1.17.24); FILE MERGED
2003/05/20 14:11:13 os 1.17.24.1: #108789# paragraph attribute for border merging added
Diffstat (limited to 'offapi/com/sun/star/style')
-rw-r--r--offapi/com/sun/star/style/ParagraphProperties.idl10
1 files changed, 8 insertions, 2 deletions
diff --git a/offapi/com/sun/star/style/ParagraphProperties.idl b/offapi/com/sun/star/style/ParagraphProperties.idl
index 07f23a510c2d..e0bbb0318330 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.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: vg $ $Date: 2003-04-17 16:15:42 $
+ * last change: $Author: rt $ $Date: 2003-05-27 16:13:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -482,6 +482,12 @@ service ParagraphProperties
<p>If the paragraph is not part of a numbering the property is void.</p>
*/
[optional, property, maybevoid] boolean NumberingIsNumber;
+ //-------------------------------------------------------------------------
+ /** the property determines if borders set at a paragraph are merged with the
+ previous paragraph.
+ <p>Borders are only merged if they are identical.</p>
+ */
+ [optional, property, maybevoid] boolean ParaIsConnectBorder;
};