diff options
author | Regina Henschel <rb.henschel@t-online.de> | 2024-10-23 19:48:51 +0200 |
---|---|---|
committer | Regina Henschel <rb.henschel@t-online.de> | 2024-10-23 22:12:15 +0200 |
commit | a3c40e732658d137352577e7e9378cdce0baba9b (patch) | |
tree | d5c2984140f38dc78eab94d6b09f7f5accf1b2df /offapi | |
parent | dedc053252160d78043a51096438938b275088bd (diff) |
tdf#157222 swap info texts of connector end point
Change-Id: I3d1d1ed27afbdf7700882a12bcd25643e37c3564
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175513
Tested-by: Jenkins
Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/drawing/ConnectorShape.idl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/drawing/ConnectorShape.idl b/offapi/com/sun/star/drawing/ConnectorShape.idl index 2d3fbbf836cd..e0222704493b 100644 --- a/offapi/com/sun/star/drawing/ConnectorShape.idl +++ b/offapi/com/sun/star/drawing/ConnectorShape.idl @@ -67,15 +67,15 @@ published service ConnectorShape [property] com::sun::star::drawing::XShape EndShape; - /** this property holds the index of the gluepoint the end point of - this connector is glued on. + /** this is the position of the connectors end point in 100th/mm. For + unconnected end points you can get and set the position. For + connected end points you can only get the position. */ [property] com::sun::star::awt::Point EndPosition; - /** this is the position of the connectors end point in 100th/mm. For - unconnected end points you can get and set the position. For - connected end points you can only get the position. + /** this property holds the index of the gluepoint the end point of + this connector is glued on. */ [property] long EndGluePointIndex; |