[Libreoffice-commits] core.git: drawinglayer/source vcl/source wizards/com

Tor Lillqvist tml at collabora.com
Tue Jul 7 04:37:57 PDT 2015


 drawinglayer/source/processor3d/zbufferprocessor3d.cxx |    2 +-
 vcl/source/window/floatwin.cxx                         |    2 +-
 wizards/com/sun/star/wizards/agenda/TopicsControl.py   |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 3097a60e97b1070f9a0c6aa4202c7aeeec17954b
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Jul 7 14:37:13 2015 +0300

    Fix some misspellings
    
    Change-Id: I564b4df26c45c035f455ecf6db573b25c5eb4699

diff --git a/drawinglayer/source/processor3d/zbufferprocessor3d.cxx b/drawinglayer/source/processor3d/zbufferprocessor3d.cxx
index f900a68..52371c2 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 4ae7683..9449609 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 72ce4c1..14f18e8 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


More information about the Libreoffice-commits mailing list