diff options
-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 |