diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-02-22 15:25:35 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-03-19 17:57:47 +0100 |
commit | 380895bcb8da0ede2adc8d18b7470389b6a5567c (patch) | |
tree | 627689b8cbf08c41589efaa1551f2d3b75c5cce3 /offapi | |
parent | 8dd82dbabf92c69628c24242dfd8a76b7dd9bc10 (diff) |
Added a style entry for no lines
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/table/BorderLineStyle.idl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/offapi/com/sun/star/table/BorderLineStyle.idl b/offapi/com/sun/star/table/BorderLineStyle.idl index b6bbe79eccea..94c0281d581f 100644 --- a/offapi/com/sun/star/table/BorderLineStyle.idl +++ b/offapi/com/sun/star/table/BorderLineStyle.idl @@ -35,6 +35,10 @@ module com { module sun { module star { module table { constants BorderLineStyle { + /** No border line + */ + const short NONE = -1; + /** Solid border line. */ const short SOLID = 0; |