diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-22 14:31:42 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-22 12:36:21 +0000 |
commit | aade27554d427649810f5635133519cadfa8002f (patch) | |
tree | 7f87acd42d9b3821f969444cc0a65e8f27988503 /vcl | |
parent | eb0c9b43e7f09054a864eb44c24c43b27c0f21f5 (diff) |
Fix typos
Change-Id: I60ed5eb658d50cbc7dc572facb5463b7527b4d9b
Reviewed-on: https://gerrit.libreoffice.org/16408
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/filter/sgvmain.hxx | 2 | ||||
-rw-r--r-- | vcl/source/gdi/print2.cxx | 2 | ||||
-rw-r--r-- | vcl/source/window/winproc.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/filter/sgvmain.hxx b/vcl/source/filter/sgvmain.hxx index 521a21a100f7..e0f9de836a3d 100644 --- a/vcl/source/filter/sgvmain.hxx +++ b/vcl/source/filter/sgvmain.hxx @@ -232,7 +232,7 @@ public: sal_uInt8 Flags; // (cheat due to alignment in NT) sal_uInt8 LEnden; // only arcs (circle & ellips) ObjLineType L; - ObjAreaType F; // not for arcs (circly & ellips) + ObjAreaType F; // not for arcs (circle & ellips) PointType Center; // center PointType Radius; // radius sal_uInt16 RotationAngle; // only ellipses diff --git a/vcl/source/gdi/print2.cxx b/vcl/source/gdi/print2.cxx index bc7a2c9965cd..d35e5b300d1e 100644 --- a/vcl/source/gdi/print2.cxx +++ b/vcl/source/gdi/print2.cxx @@ -1034,7 +1034,7 @@ bool OutputDevice::RemoveTransparenciesFromMetaFile( const GDIMetaFile& rInMtf, } else { - // #107169# Fixes abnove now ensure that _no_ + // #107169# Fixes above now ensure that _no_ // object in the list is fully transparent. Thus, // if the component list is not empty above, we // must assume that we have to treat this diff --git a/vcl/source/window/winproc.cxx b/vcl/source/window/winproc.cxx index 9278c2b53d0f..dbe7b91ae7fe 100644 --- a/vcl/source/window/winproc.cxx +++ b/vcl/source/window/winproc.cxx @@ -856,7 +856,7 @@ static vcl::Window* ImplGetKeyInputWindow( vcl::Window* pWindow ) return 0; // We call also KeyInput if we haven't the focus, because on Unix - // system this is often the case when a Lookup Choise Window has + // system this is often the case when a Lookup Choice Window has // the focus - because this windows send the KeyInput directly to // the window without resetting the focus DBG_ASSERTWARNING( pChild == pSVData->maWinData.mpFocusWin, |