From 380895bcb8da0ede2adc8d18b7470389b6a5567c Mon Sep 17 00:00:00 2001 From: Cédric Bosdonnat Date: Tue, 22 Feb 2011 15:25:35 +0100 Subject: Added a style entry for no lines --- offapi/com/sun/star/table/BorderLineStyle.idl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'offapi/com/sun/star/table') 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; -- cgit