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 | 801dcfbe5321094117dd422cd14018191e4d59aa (patch) | |
tree | 1e3067a6eb166f8e1798e6862ae527cd6cc4e2c4 | |
parent | d1e2cf872455d0fc28cbc2bbd9ca9a70ef3a07bf (diff) |
Fixed copy-paste problem
-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 225e57fd2..b6bbe79ec 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. */ |