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 /sd/source/ui/func/fusel.cxx | |
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 'sd/source/ui/func/fusel.cxx')
-rw-r--r-- | sd/source/ui/func/fusel.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/func/fusel.cxx b/sd/source/ui/func/fusel.cxx index 37f3c15fe604..57d3bab073b6 100644 --- a/sd/source/ui/func/fusel.cxx +++ b/sd/source/ui/func/fusel.cxx @@ -468,14 +468,14 @@ bool FuSelection::MouseButtonDown(const MouseEvent& rMEvt) else if (eHit == SdrHitKind::MarkedObject && nEditMode == SID_BEZIER_INSERT) { /****************************************************************** - * Insert glue point + * Insert gluepoint ******************************************************************/ mpView->BegInsObjPoint(aMDPos, rMEvt.IsMod1()); } else if (eHit == SdrHitKind::MarkedObject && rMEvt.IsMod1()) { /****************************************************************** - * Select glue point + * Select gluepoint ******************************************************************/ if (!rMEvt.IsShift()) mpView->UnmarkAllPoints(); @@ -494,7 +494,7 @@ bool FuSelection::MouseButtonDown(const MouseEvent& rMEvt) else if (eHit == SdrHitKind::Handle) { /****************************************************************** - * Select glue point + * Select gluepoint ******************************************************************/ if (!mpView->IsPointMarked(*aVEvt.mpHdl) || rMEvt.IsShift()) { @@ -567,7 +567,7 @@ bool FuSelection::MouseButtonDown(const MouseEvent& rMEvt) else if (mpView->AreObjectsMarked()) { /************************************************************** - * Select glue point + * Select gluepoint **************************************************************/ if (!rMEvt.IsShift()) mpView->UnmarkAllPoints(); |