summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/TableAutoFormatField.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/TableAutoFormatField.idl')
-rw-r--r--offapi/com/sun/star/sheet/TableAutoFormatField.idl11
1 files changed, 11 insertions, 0 deletions
diff --git a/offapi/com/sun/star/sheet/TableAutoFormatField.idl b/offapi/com/sun/star/sheet/TableAutoFormatField.idl
index 31597271b6f3..b3c88a95f051 100644
--- a/offapi/com/sun/star/sheet/TableAutoFormatField.idl
+++ b/offapi/com/sun/star/sheet/TableAutoFormatField.idl
@@ -38,6 +38,7 @@
#include <com/sun/star/table/CellVertJustify.idl>
#include <com/sun/star/table/CellOrientation.idl>
#include <com/sun/star/table/TableBorder.idl>
+#include <com/sun/star/table/TableBorder2.idl>
//=============================================================================
@@ -300,6 +301,16 @@ published service TableAutoFormatField
@since OOo 1.1.2
*/
[optional, property] com::sun::star::table::TableBorder TableBorder;
+
+ //-------------------------------------------------------------------------
+
+ /** property containing a description of the cell border.
+ Preferred over <type scope="com::sun::star::table">TableBorder</type>
+ <member>TableBorder</member>.
+
+ @since LibreOffice 3.6
+ */
+ [optional, property] com::sun::star::table::TableBorder2 TableBorder2;
};
//=============================================================================