diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2010-12-15 22:19:03 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-03-19 17:57:46 +0100 |
commit | e97f298534ea4b0b3e71b26b495387b706b223a3 (patch) | |
tree | e689b93745ad79cc5b98d41f46a34ba82f0f60e6 /offapi | |
parent | 8f2a162dbf38f4a894de8cfa504126f57099bc15 (diff) |
Fixed copy-paste problem
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/table/BorderLineStyle.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/table/BorderLineStyle.idl b/offapi/com/sun/star/table/BorderLineStyle.idl index 225e57fd2acf..b6bbe79eccea 100644 --- a/offapi/com/sun/star/table/BorderLineStyle.idl +++ b/offapi/com/sun/star/table/BorderLineStyle.idl @@ -69,17 +69,17 @@ constants BorderLineStyle /** Double border line with a thick line outside and a thin line inside separated by a small gap. */ - const short THINTHICK_SMALLGAP = 7; + const short THICKTHIN_SMALLGAP = 7; /** Double border line with a thick line outside and a thin line inside separated by a medium gap. */ - const short THINTHICK_MEDIUMGAP = 8; + const short THICKTHIN_MEDIUMGAP = 8; /** Double border line with a thick line outside and a thin line inside separated by a large gap. */ - const short THINTHICK_LARGEGAP = 9; + const short THICKTHIN_LARGEGAP = 9; /** 3D embossed border line. */ |