diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-04-30 14:55:27 +0200 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-05-02 07:11:30 +0000 |
commit | 9793d761cbd25e1722b21c38ebb08d60588d5759 (patch) | |
tree | 2206f75e4d13badf8e49039a13d124db2b066b85 /include | |
parent | c6883d467c7d977cf3ad84904c1f6afb009ab3a0 (diff) |
Fix typos
Change-Id: I38b5e720af67d0bfb1be72ff82a7f5c595a94c14
Reviewed-on: https://gerrit.libreoffice.org/24535
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/drawinglayer/primitive2d/baseprimitive2d.hxx | 2 | ||||
-rw-r--r-- | include/drawinglayer/primitive3d/polygontubeprimitive3d.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/drawinglayer/primitive2d/baseprimitive2d.hxx b/include/drawinglayer/primitive2d/baseprimitive2d.hxx index fdae3193aed9..9bcd17e105fc 100644 --- a/include/drawinglayer/primitive2d/baseprimitive2d.hxx +++ b/include/drawinglayer/primitive2d/baseprimitive2d.hxx @@ -148,7 +148,7 @@ namespace drawinglayer (get2DDecomposition/getB2DRange). The PropertyValue ViewParameters is converted to the appropriate C++ implementation class ViewInformation2D. - This base class does not implement any buffering; e.g. buffering the decompositon + This base class does not implement any buffering; e.g. buffering the decomposition and/or the range. These may be buffered anytime since the definition is that the primitive is read-only and thus unchangeable. This implies that the decomposition and/or getting the range will lead to the same result as last time, under the precondition that diff --git a/include/drawinglayer/primitive3d/polygontubeprimitive3d.hxx b/include/drawinglayer/primitive3d/polygontubeprimitive3d.hxx index dde83a650d01..6360541bea80 100644 --- a/include/drawinglayer/primitive3d/polygontubeprimitive3d.hxx +++ b/include/drawinglayer/primitive3d/polygontubeprimitive3d.hxx @@ -47,7 +47,7 @@ namespace drawinglayer class DRAWINGLAYER_DLLPUBLIC PolygonTubePrimitive3D : public PolygonHairlinePrimitive3D { private: - /// hold the last decompositon since it's expensive + /// hold the last decomposition since it's expensive Primitive3DContainer maLast3DDecomposition; /// visualisation parameters |