summaryrefslogtreecommitdiff
path: root/offapi/com/sun
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2023-01-11 16:18:22 +0000
committerCaolán McNamara <caolanm@redhat.com>2023-01-12 13:52:54 +0000
commit052e77bdd2b74ff068b89ecb6229e31d1854624c (patch)
treef44f54414ce8c5e26f7ed4d01c05ee718e07ae36 /offapi/com/sun
parent3be24f151076def167c3a551c0e1811d457d2691 (diff)
document that LineJoint_MIDDLE is treated the same as MITER
Change-Id: I3d82d1dd3b5f66d76622103ec7b9b76acd857f36 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145356 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'offapi/com/sun')
-rw-r--r--offapi/com/sun/star/drawing/LineJoint.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/offapi/com/sun/star/drawing/LineJoint.idl b/offapi/com/sun/star/drawing/LineJoint.idl
index 6b3443be28a9..8d749a4e6157 100644
--- a/offapi/com/sun/star/drawing/LineJoint.idl
+++ b/offapi/com/sun/star/drawing/LineJoint.idl
@@ -28,7 +28,8 @@ published enum LineJoint
/** the joint between lines will not be connected
*/
NONE,
- /** the middle value between the joints is used
+ /**
+ @deprecated - now the same as MITER
*/
MIDDLE,
/** the edges of the thick lines will be joined by lines