diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-05-04 18:12:42 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-05-05 07:25:21 +0000 |
commit | f62af191bf0f0d1578abc919ca3c902864fefa22 (patch) | |
tree | 07bc847e3920a987eb72be196cbd2709f388488b /vcl/opengl | |
parent | a0fca97eda10778be076c411dfd513e2a38937ae (diff) |
typo: strech -> stretch
Change-Id: I0de1cfaa0df460c7bc8e49752b31056f95c30053
Reviewed-on: https://gerrit.libreoffice.org/15628
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'vcl/opengl')
-rw-r--r-- | vcl/opengl/win/WinDeviceInfo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/opengl/win/WinDeviceInfo.cxx b/vcl/opengl/win/WinDeviceInfo.cxx index a3d4d673b176..852cfba40208 100644 --- a/vcl/opengl/win/WinDeviceInfo.cxx +++ b/vcl/opengl/win/WinDeviceInfo.cxx @@ -1079,7 +1079,7 @@ void WinOpenGLDeviceInfo::FillBlacklist() IMPLEMENT_INTEL_DRIVER_BLOCKLIST(wgl::DRIVER_OS_WINDOWS_XP, wgl::IntelGMAX3000, wgl::V(6,14,10,5218)); IMPLEMENT_INTEL_DRIVER_BLOCKLIST(wgl::DRIVER_OS_WINDOWS_XP, wgl::IntelGMAX4500HD, wgl::V(6,14,10,4969)); - // StrechRect seems to suffer from precision issues which leads to artifacting + // StretchRect seems to suffer from precision issues which leads to artifacting // during content drawing starting with at least version 6.14.10.5082 // and going until 6.14.10.5218. See bug 919454 and bug 949275 for more info. APPEND_TO_DRIVER_BLOCKLIST_RANGE(wgl::DRIVER_OS_WINDOWS_XP, |