diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-15 19:44:53 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-16 11:14:55 +0000 |
commit | f378e723d2dbcbdeb65d7843c095d70d0bb7e0e0 (patch) | |
tree | 245e49f0afad73f582d42a89bdbdcb9717651fdd /include/canvas | |
parent | ca9de688c2c263c51dca1cbbf2892e3b419f921e (diff) |
Fix typos
Change-Id: I528752dfabeb31d14c350f79819b521537ab9b56
Reviewed-on: https://gerrit.libreoffice.org/16300
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/canvas')
-rw-r--r-- | include/canvas/base/canvascustomspritehelper.hxx | 2 | ||||
-rw-r--r-- | include/canvas/canvastools.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/canvas/base/canvascustomspritehelper.hxx b/include/canvas/base/canvascustomspritehelper.hxx index b77144d8a50c..fe29f5c5146b 100644 --- a/include/canvas/base/canvascustomspritehelper.hxx +++ b/include/canvas/base/canvascustomspritehelper.hxx @@ -147,7 +147,7 @@ namespace canvas bool isActive() const { return mbActive; } protected: - /** Notifies that caller is again in sync with current alph + /** Notifies that caller is again in sync with current alpha const, but modifies state visible to derived classes. beware of passing this information to the diff --git a/include/canvas/canvastools.hxx b/include/canvas/canvastools.hxx index 388153718d02..247bf7b99546 100644 --- a/include/canvas/canvastools.hxx +++ b/include/canvas/canvastools.hxx @@ -258,7 +258,7 @@ namespace canvas transformed rectangle. This method checks for polygonal containedness, i.e. the - transformed rectangle is not represented as an axis-alignd + transformed rectangle is not represented as an axis-aligned rectangle anymore (like calcTransformedRectBounds()), but polygonal. Thus, the insideness test is based on tight bounds. |