diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-01-11 16:18:22 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-01-12 13:52:54 +0000 |
commit | 052e77bdd2b74ff068b89ecb6229e31d1854624c (patch) | |
tree | f44f54414ce8c5e26f7ed4d01c05ee718e07ae36 | |
parent | 3be24f151076def167c3a551c0e1811d457d2691 (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>
-rw-r--r-- | offapi/com/sun/star/drawing/LineJoint.idl | 3 |
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 |