summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-07-12 12:42:38 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-07-12 12:42:38 +0000
commit914d73d83ed4e13a4452083bbf699849f0b73c42 (patch)
tree015e29877c0669883e738040a25c5423c2d7ee7f
parent7c5313716a72de9d1aeb4590ee033dad72c7549c (diff)
INTEGRATION: CWS cellborders (1.12.8); FILE MERGED
2004/06/10 19:02:26 fme 1.12.8.3: RESYNC: (1.12-1.13); FILE MERGED 2004/06/08 08:19:50 fme 1.12.8.2: #i29551# CollapsingBorders property is optional 2004/06/07 16:36:13 dvo 1.12.8.1: #i29551# CollapsingBorders property
-rw-r--r--offapi/com/sun/star/text/TextTable.idl11
1 files changed, 9 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/TextTable.idl b/offapi/com/sun/star/text/TextTable.idl
index cbfbc7c40b10..10ea1719c21f 100644
--- a/offapi/com/sun/star/text/TextTable.idl
+++ b/offapi/com/sun/star/text/TextTable.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextTable.idl,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 00:23:19 $
+ * last change: $Author: rt $ $Date: 2004-07-12 13:42:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -315,6 +315,13 @@ published service TextTable
*/
[property] com::sun::star::style::GraphicLocation BackGraphicLocation;
+ //-------------------------------------------------------------------------
+
+ /** determines whether borders of neighbouring table cells are
+ * collapsed into one
+ */
+ [optional, property] boolean CollapsingBorders;
+
};
//=============================================================================