summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-03-29 18:13:39 +0100
committerThomas Arnhold <thomas@arnhold.org>2014-03-29 19:16:18 +0100
commit7d3b9d3333aa1aaa1066863f95e29e506e21ad52 (patch)
tree41079761a8d9ce0f65015d84bb3e431f5d0d0f0e /vcl
parent8bb09efc92fe4de373f4ed4759f29108feb8cc3a (diff)
typo: optimisation -> optimization
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/outdev2.cxx2
-rw-r--r--vcl/source/window/window.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/gdi/outdev2.cxx b/vcl/source/gdi/outdev2.cxx
index 8ac1b35fb816..6506095b8873 100644
--- a/vcl/source/gdi/outdev2.cxx
+++ b/vcl/source/gdi/outdev2.cxx
@@ -1051,7 +1051,7 @@ void OutputDevice::DrawDeviceBitmap( const Point& rDestPt, const Size& rDestSize
// that should considerably increase performance for
// large bitmaps and small clippings.
- // Note that this optimisation is a workaround for a
+ // Note that this optimization is a workaround for a
// Writer peculiarity, namely, to decompose background
// graphics into myriads of disjunct, tiny
// rectangles. That otherwise kills us here, since for
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 6736c54995c4..6ae570051d96 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -1467,7 +1467,7 @@ void Window::ImplLoadRes( const ResId& rResId )
sal_uLong nRSStyle = aHeader.nRSStyle;
- // looks bad due to optimisation
+ // looks bad due to optimization
if ( nRSStyle & RSWND_CLIENTSIZE )
{
if ( bPos )
@@ -7127,7 +7127,7 @@ void Window::SetZOrder( Window* pRefWindow, sal_uInt16 nFlags )
// When ClipRegion was not initialised, assume
// the window has not been sent, therefore do not
- // trigger any Invalidates. This is an optimisation
+ // trigger any Invalidates. This is an optimization
// for HTML documents with many controls. If this
// check gives problems, a flag should be introduced
// which tracks whether the window has already been