summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-10-04 14:25:54 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-10-04 20:39:50 +0200
commit36f69c61a9d7b456c9d93d371eca4b61a3a94f8b (patch)
treecb04cb21eb290c172d4f2b6917340274fd2d5524 /vcl
parent9dddc933dd1d30eec9b3696c0052f5375a9d211f (diff)
Fix typos
Change-Id: Id88532da843e659d337f3529333a17a0c00c8328 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123050 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/paint.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/paint.cxx b/vcl/source/window/paint.cxx
index b3f9557ad2f0..dbb255f8bc87 100644
--- a/vcl/source/window/paint.cxx
+++ b/vcl/source/window/paint.cxx
@@ -1180,7 +1180,7 @@ void Window::Invalidate( const tools::Rectangle& rRect, InvalidateFlags nFlags )
if ( !aRect.IsEmpty() )
{
if (!comphelper::LibreOfficeKit::isActive())
- { // ImplInvalidate() immediatelly returns in LOK mode, skip useless Region construction
+ { // ImplInvalidate() immediately returns in LOK mode, skip useless Region construction
vcl::Region aRegion( aRect );
ImplInvalidate( &aRegion, nFlags );
}