summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-07-07 14:30:31 +0300
committerTor Lillqvist <tml@collabora.com>2015-07-07 14:30:31 +0300
commit33de79f434bdeab591dd8146cad12657d2e8ad34 (patch)
treed1e69a2d183992f2025cc2ec4f8cf6174bb96edb /vcl
parenta82633760496aba3dbc8fb20ff02684109c9c1a3 (diff)
Fix some misspellings
Change-Id: Iff2303650e1dcfc56064907a28df1c4c452eac56
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/outdev/outdev.cxx2
-rw-r--r--vcl/source/window/floatwin.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/outdev/outdev.cxx b/vcl/source/outdev/outdev.cxx
index 0b6d0aa7ec01..daaea0ab87f5 100644
--- a/vcl/source/outdev/outdev.cxx
+++ b/vcl/source/outdev/outdev.cxx
@@ -757,7 +757,7 @@ bool OutputDevice::ImplIsAntiparallel() const
return bRet;
}
-// note: the coordinates to be remirrored are in frame coordiantes !
+// note: the coordinates to be remirrored are in frame coordinates !
void OutputDevice::ReMirror( Point &rPoint ) const
{
diff --git a/vcl/source/window/floatwin.cxx b/vcl/source/window/floatwin.cxx
index 78dcefdd3a93..4ae768325380 100644
--- a/vcl/source/window/floatwin.cxx
+++ b/vcl/source/window/floatwin.cxx
@@ -462,7 +462,7 @@ FloatingWindow* FloatingWindow::ImplFloatHitTest( vcl::Window* pReference, const
if( pReference->HasMirroredGraphics() )
{
if(!pReference->IsRTLEnabled() )
- // --- RTL --- re-mirror back to get device coordiantes
+ // --- RTL --- re-mirror back to get device coordinates
pWindowOutDev->ReMirror( aAbsolute );
Rectangle aRect( pReference->ScreenToOutputPixel(aAbsolute), Size(1,1) ) ;
@@ -677,7 +677,7 @@ void FloatingWindow::StartPopupMode( const Rectangle& rRect, FloatWinPopupFlags
if( pReference->HasMirroredGraphics() )
{
if(!pReference->IsRTLEnabled() )
- // --- RTL --- re-mirror back to get device coordiantes
+ // --- RTL --- re-mirror back to get device coordinates
pParentWinOutDev->ReMirror(maFloatRect);
maFloatRect.SetPos(pReference->ScreenToOutputPixel(maFloatRect.TopLeft()));