summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/table
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2011-03-14 15:22:13 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-03-19 17:57:47 +0100
commit73e4d35e73556a93c0f24769bb6c4178a3b4a959 (patch)
treed7aa8efa28bec8fc85d4c7168ce5511023d951bf /offapi/com/sun/star/table
parent380895bcb8da0ede2adc8d18b7470389b6a5567c (diff)
Fixed the NONE border line style API value
Diffstat (limited to 'offapi/com/sun/star/table')
-rw-r--r--offapi/com/sun/star/table/BorderLineStyle.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/table/BorderLineStyle.idl b/offapi/com/sun/star/table/BorderLineStyle.idl
index 94c0281d581f..1d2408a74644 100644
--- a/offapi/com/sun/star/table/BorderLineStyle.idl
+++ b/offapi/com/sun/star/table/BorderLineStyle.idl
@@ -37,7 +37,7 @@ constants BorderLineStyle
{
/** No border line
*/
- const short NONE = -1;
+ const short NONE = 0x7FFF;
/** Solid border line.
*/