summaryrefslogtreecommitdiff
path: root/include/basegfx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-14 18:29:22 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-06-15 06:53:19 +0000
commitc3c45ff7efcd8b22be64af410befbfa5cc330f6f (patch)
treebcbc2f2d62f851488f43beba254a3773dce6c863 /include/basegfx
parentb4b71d20e33b82d377e287f0e5cf07b7e6182e78 (diff)
Fix typos
Change-Id: Id05ea8cf8aed878bedfe73c274df3c67b64bad37 Reviewed-on: https://gerrit.libreoffice.org/16263 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/basegfx')
-rw-r--r--include/basegfx/color/bcolormodifier.hxx2
-rw-r--r--include/basegfx/polygon/b2dpolygon.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/basegfx/color/bcolormodifier.hxx b/include/basegfx/color/bcolormodifier.hxx
index b6278e045e9d..0acaea3a2d3a 100644
--- a/include/basegfx/color/bcolormodifier.hxx
+++ b/include/basegfx/color/bcolormodifier.hxx
@@ -326,7 +326,7 @@ namespace basegfx
Input are percent values from [-1.0 .. 1-0] which correspond to -100% to 100%
correction of Red, Green, Blue, Luminance or Contrast. 0.0 means no change of
the corresponding channel. All these are combined (but can be used single) to
- - be able to cover a bigger change range utilizing the cmobination
+ - be able to cover a bigger change range utilizing the combination
- allow execution by a small, common, precalculated table
*/
class BASEGFX_DLLPUBLIC SAL_WARN_UNUSED BColorModifier_RGBLuminanceContrast : public BColorModifier
diff --git a/include/basegfx/polygon/b2dpolygon.hxx b/include/basegfx/polygon/b2dpolygon.hxx
index 1ca11b240316..6ef76933eebe 100644
--- a/include/basegfx/polygon/b2dpolygon.hxx
+++ b/include/basegfx/polygon/b2dpolygon.hxx
@@ -118,7 +118,7 @@ namespace basegfx
/** Default adaptive subdivision access
- This method will return a default adapive subdivision of the polygon.
+ This method will return a default adaptive subdivision of the polygon.
If the polygon does not contain any bezier curve segments, it will
just return itself.