diff options
author | rocso <ross.johnson@homemail.com.au> | 2021-09-17 17:12:37 +1000 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-09-17 12:53:38 +0200 |
commit | 4f7560240d8a9273fd5ecbc76e7ac054b3a6e4ae (patch) | |
tree | e60ece962e82d692568e1ffbb3a54ee9a6d5865a /qadevOOo | |
parent | 74691a6f1b4aaadfed284ba9746032e438f7468b (diff) |
tdf#143550 - use the term "gluepoints" consistently
Change-Id: Id10dc2ef13f54a148a800003cc4bd88ca1a0056f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122233
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/drawing/_XGluePointsSupplier.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/drawing/_XGluePointsSupplier.java b/qadevOOo/tests/java/ifc/drawing/_XGluePointsSupplier.java index 8437143ab17a..c29963f5d7e2 100644 --- a/qadevOOo/tests/java/ifc/drawing/_XGluePointsSupplier.java +++ b/qadevOOo/tests/java/ifc/drawing/_XGluePointsSupplier.java @@ -36,7 +36,7 @@ public class _XGluePointsSupplier extends MultiMethodTest { public XGluePointsSupplier oObj = null; /** - * Gets glue points collection. <p> + * Gets gluepoints collection. <p> * Has <b> OK </b> status if the value returned is not null. <p> */ public void _getGluePoints(){ |