diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-01-28 10:43:43 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-01-31 07:10:16 +0100 |
commit | a3aa4175bd0c8661e803a857d73ae3cc669fc05b (patch) | |
tree | ab0de84251576b78437e990c1a32c4277465180b /chart2 | |
parent | 7373581b52ef3870e463585f53a798acb544d9a7 (diff) |
Fix typo
Change-Id: Icc9b6b67e917f2de7fbd3ceed52d03f8ca70d37e
Reviewed-on: https://gerrit.libreoffice.org/67186
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/main/SelectionHelper.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |