summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-04-30 14:55:27 +0200
committerjan iversen <jani@documentfoundation.org>2016-05-02 07:11:30 +0000
commit9793d761cbd25e1722b21c38ebb08d60588d5759 (patch)
tree2206f75e4d13badf8e49039a13d124db2b066b85
parentc6883d467c7d977cf3ad84904c1f6afb009ab3a0 (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>
-rw-r--r--basegfx/source/inc/hommatrixtemplate.hxx2
-rw-r--r--drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx2
-rw-r--r--include/drawinglayer/primitive2d/baseprimitive2d.hxx2
-rw-r--r--include/drawinglayer/primitive3d/polygontubeprimitive3d.hxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/basegfx/source/inc/hommatrixtemplate.hxx b/basegfx/source/inc/hommatrixtemplate.hxx
index c8cf4ae3a3d6..f9b3e2260481 100644
--- a/basegfx/source/inc/hommatrixtemplate.hxx
+++ b/basegfx/source/inc/hommatrixtemplate.hxx
@@ -205,7 +205,7 @@ namespace basegfx
}
}
- // Left-upper decompositon
+ // Left-upper decomposition
bool ludcmp(sal_uInt16 nIndex[], sal_Int16& nParity)
{
double fBig, fSum, fDum;
diff --git a/drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx b/drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx
index de221fb77b4a..768eed9e8a7c 100644
--- a/drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx
+++ b/drawinglayer/source/primitive3d/sdrextrudelathetools3d.cxx
@@ -35,7 +35,7 @@
#include <numeric>
-// decompositon helpers for extrude/lathe (rotation) objects
+// decomposition helpers for extrude/lathe (rotation) objects
namespace
{
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