offapi/com/sun/star/drawing/ConnectorShape.idl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
New commits: commit a3c40e732658d137352577e7e9378cdce0baba9b Author: Regina Henschel <[email protected]> AuthorDate: Wed Oct 23 19:48:51 2024 +0200 Commit: Regina Henschel <[email protected]> CommitDate: Wed Oct 23 22:12:15 2024 +0200 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 <[email protected]> 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;
