summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/TableAutoFormatField.idl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 12:59:19 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 12:59:19 +0000
commit19a8c241f9f0c5fd164e56ab1763a9cffab5318e (patch)
treef37fab3c31817b53354a1c08a5f8e386a79a4c5b /offapi/com/sun/star/sheet/TableAutoFormatField.idl
parent44bf5dacd75eec3d27acf9590a29ce49a3b585cf (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'offapi/com/sun/star/sheet/TableAutoFormatField.idl')
-rw-r--r--offapi/com/sun/star/sheet/TableAutoFormatField.idl13
1 files changed, 11 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/TableAutoFormatField.idl b/offapi/com/sun/star/sheet/TableAutoFormatField.idl
index 386c7ba22123..9548f4e25a24 100644
--- a/offapi/com/sun/star/sheet/TableAutoFormatField.idl
+++ b/offapi/com/sun/star/sheet/TableAutoFormatField.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TableAutoFormatField.idl,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: mi $ $Date: 2003-01-21 13:42:40 $
+ * last change: $Author: hr $ $Date: 2003-03-26 13:56:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,6 +90,10 @@
#include <com/sun/star/table/CellOrientation.idl>
#endif
+#ifndef __com_sun_star_table_TableBorder_idl__
+#include <com/sun/star/table/TableBorder.idl>
+#endif
+
//=============================================================================
module com { module sun { module star { module sheet {
@@ -336,6 +340,11 @@ service TableAutoFormatField
*/
[optional, property] long ParaRightMargin;
+ //-------------------------------------------------------------------------
+
+ /** property containing a description of the cell border.
+ */
+ [optional, property] com::sun::star::table::TableBorder TableBorder;
};
//=============================================================================