diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:34:23 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:33 +0200 |
commit | 6cde7647c94b896eafbb9d79e2e7c4f0a86a465c (patch) | |
tree | df8c976b292c9aac1387528e0d5f38b6def334ee /include/drawinglayer/primitive3d | |
parent | c035317c327d1f8a462f3abd5face29d85bbc991 (diff) |
typo: implicitely -> implicitly
Diffstat (limited to 'include/drawinglayer/primitive3d')
-rw-r--r-- | include/drawinglayer/primitive3d/sdrcubeprimitive3d.hxx | 2 | ||||
-rw-r--r-- | include/drawinglayer/primitive3d/sdrsphereprimitive3d.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/drawinglayer/primitive3d/sdrcubeprimitive3d.hxx b/include/drawinglayer/primitive3d/sdrcubeprimitive3d.hxx index c4c489d8aea2..bd4a4fb0ef11 100644 --- a/include/drawinglayer/primitive3d/sdrcubeprimitive3d.hxx +++ b/include/drawinglayer/primitive3d/sdrcubeprimitive3d.hxx @@ -33,7 +33,7 @@ namespace drawinglayer /** SdrCubePrimitive3D class This 3D primitive expands the SdrPrimitive3D to a 3D cube definition. - The cube is implicitely in unit coordinates and the given transformation + The cube is implicitly in unit coordinates and the given transformation defines it's geometry in space. */ class DRAWINGLAYER_DLLPUBLIC SdrCubePrimitive3D : public SdrPrimitive3D diff --git a/include/drawinglayer/primitive3d/sdrsphereprimitive3d.hxx b/include/drawinglayer/primitive3d/sdrsphereprimitive3d.hxx index dc4f0d85b10a..50f3ad82f219 100644 --- a/include/drawinglayer/primitive3d/sdrsphereprimitive3d.hxx +++ b/include/drawinglayer/primitive3d/sdrsphereprimitive3d.hxx @@ -33,7 +33,7 @@ namespace drawinglayer /** SdrSpherePrimitive3D class This 3D primitive expands the SdrPrimitive3D to a 3D sphere definition. - The sphere is implicitely in unit coordinates and the given transformation + The sphere is implicitly in unit coordinates and the given transformation defines it's geometry in space. */ class DRAWINGLAYER_DLLPUBLIC SdrSpherePrimitive3D : public SdrPrimitive3D |