[Libreoffice-commits] core.git: vcl/source
Chris Sherlock
chris.sherlock79 at gmail.com
Fri May 23 23:34:41 PDT 2014
vcl/source/window/window.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6438738f844e43f4a883beb69a4a2d144da9c31a
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Sat May 24 16:34:05 2014 +1000
typo in comment
Change-Id: I119d0e5e2ea80ac37a2f806e5a3b196742d4aa76
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 1405fdf..1b5ad28 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -2652,7 +2652,7 @@ void Window::EnableInput( bool bEnable, bool bChild, bool bSysWin,
EnableInput( bEnable, bChild );
if ( bSysWin )
{
- // pExculeWindow is the first Overlap-Frame --> if this
+ // pExcuteWindow is the first Overlap-Frame --> if this
// shouldn't be the case, than this must be changed in dialog.cxx
if( pExcludeWindow )
pExcludeWindow = pExcludeWindow->ImplGetFirstOverlapWindow();
More information about the Libreoffice-commits
mailing list