[Libreoffice-commits] core.git: chart2/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Jan 31 06:10:47 UTC 2019
chart2/source/controller/main/SelectionHelper.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit a3aa4175bd0c8661e803a857d73ae3cc669fc05b
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jan 28 10:43:43 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Jan 31 07:10:16 2019 +0100
Fix typo
Change-Id: Icc9b6b67e917f2de7fbd3ceed52d03f8ca70d37e
Reviewed-on: https://gerrit.libreoffice.org/67186
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/chart2/source/controller/main/SelectionHelper.cxx b/chart2/source/controller/main/SelectionHelper.cxx
index a068bacf0c29..11370bb480a7 100644
--- a/chart2/source/controller/main/SelectionHelper.cxx
+++ b/chart2/source/controller/main/SelectionHelper.cxx
@@ -564,9 +564,9 @@ bool SelectionHelper::getMarkHandles( SdrHdlList& rHdlList )
//@todo -> more flexible handle creation
//2 scenarios possible:
//1. add an additional invisible shape as a child to the selected object
- //this child needs to be named somehow and handles need to be generated therefrom ...
+ //this child needs to be named somehow and handles need to be generated there from...
//or 2. offer a central service per view where renderer and so can register for handle creation for a special shape
- //.. or 3. feature from drawinglayer to create handles for each shape ... (bad performance ... ?) ?
+ //.. or 3. feature from drawinglayer to create handles for each shape... (bad performance... ?) ?
//scenario 1 is now used:
//if a child with name MarkHandles exists
More information about the Libreoffice-commits
mailing list