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 | 3d500bc964a085d34d7a0613610f619c69726b51 (patch) | |
tree | 3c27d967490607f91fdd53f397e6115f891fd0f2 | |
parent | 5f482b8226f514a501a241eceec13c7b465481b3 (diff) |
Added a style entry for no lines
-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 b6bbe79ec..94c0281d5 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; |