diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 13:10:05 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-03 08:22:20 +0000 |
commit | 7bd560f6260a8474a67398e1b12831faf1751d1d (patch) | |
tree | 4a69fddf2630033df7415135806cb336856a83a7 /include/drawinglayer | |
parent | 0a850f3e15ef762f33688b11a07624ec2674caa1 (diff) |
Fix typos
Change-Id: I95fc63af11c336cde9f5bef908e1389c2fb56f02
Reviewed-on: https://gerrit.libreoffice.org/34823
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/drawinglayer')
-rw-r--r-- | include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx b/include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx index ed481de8c68c..4ebe5508e8ab 100644 --- a/include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx +++ b/include/drawinglayer/primitive3d/hiddengeometryprimitive3d.hxx @@ -34,7 +34,7 @@ namespace drawinglayer // primitives for HitTest functionality, the 3d decompositions produce // an as much as possible simplified fill geometry encapsulated in this // primtive when there is no fill geometry. Currently, the 3d hit test - // uses only areas, so maybe in a further enchanced version this will change + // uses only areas, so maybe in a further enhanced version this will change // to 'if neither filled nor lines' creation criteria. The whole primitive // decomposes to nothing, so no one not knowing it will be influenced. Only // helper processors for hit test (and maybe BoundRect extractors) will |