diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-07-07 14:37:13 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-07-07 14:37:13 +0300 |
commit | 3097a60e97b1070f9a0c6aa4202c7aeeec17954b (patch) | |
tree | 9b2c23140b849d1a180c0fb7f7852e8ec2c1bfa8 | |
parent | 33de79f434bdeab591dd8146cad12657d2e8ad34 (diff) |
Fix some misspellings
Change-Id: I564b4df26c45c035f455ecf6db573b25c5eb4699
-rw-r--r-- | drawinglayer/source/processor3d/zbufferprocessor3d.cxx | 2 | ||||
-rw-r--r-- | vcl/source/window/floatwin.cxx | 2 | ||||
-rw-r--r-- | wizards/com/sun/star/wizards/agenda/TopicsControl.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/drawinglayer/source/processor3d/zbufferprocessor3d.cxx b/drawinglayer/source/processor3d/zbufferprocessor3d.cxx index f900a68e85c4..52371c2613e9 100644 --- a/drawinglayer/source/processor3d/zbufferprocessor3d.cxx +++ b/drawinglayer/source/processor3d/zbufferprocessor3d.cxx @@ -688,7 +688,7 @@ namespace drawinglayer { // step two: // - // bring from [0.0 .. 1.0] in X,Y and Z to view cordinates + // bring from [0.0 .. 1.0] in X,Y and Z to view coordinates // // #i102611# // also: scale Z to [1.5 .. 65534.5]. Normally, a range of [0.0 .. 65535.0] diff --git a/vcl/source/window/floatwin.cxx b/vcl/source/window/floatwin.cxx index 4ae768325380..944960931869 100644 --- a/vcl/source/window/floatwin.cxx +++ b/vcl/source/window/floatwin.cxx @@ -446,7 +446,7 @@ Point FloatingWindow::ImplCalcPos( vcl::Window* pWindow, Rectangle( e1, e2 ); } - // caller expects cordinates relative to top-level win + // caller expects coordinates relative to top-level win return pW->OutputToScreenPixel( aPos ); } diff --git a/wizards/com/sun/star/wizards/agenda/TopicsControl.py b/wizards/com/sun/star/wizards/agenda/TopicsControl.py index 72ce4c17f81b..14f18e83122b 100644 --- a/wizards/com/sun/star/wizards/agenda/TopicsControl.py +++ b/wizards/com/sun/star/wizards/agenda/TopicsControl.py @@ -730,7 +730,7 @@ class ControlRow(object): tabIndex = 520 ''' - constructor. Create the row in the given dialog given cordinates, + constructor. Create the row in the given dialog given coordinates, with the given offset (row number) and tabindex. Note that since I use this specifically for the agenda wizard, the step and all control coordinates inside the |