[Libreoffice-commits] .: vcl/unx
Caolán McNamara
caolan at kemper.freedesktop.org
Sun May 29 06:52:46 PDT 2011
vcl/unx/kde4/VCLKDEApplication.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b3b825a14657502a274e0db8c6c669605a621828
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sun May 29 14:52:13 2011 +0100
make this compile
diff --git a/vcl/unx/kde4/VCLKDEApplication.cxx b/vcl/unx/kde4/VCLKDEApplication.cxx
index a5c63ea..dafc56d 100644
--- a/vcl/unx/kde4/VCLKDEApplication.cxx
+++ b/vcl/unx/kde4/VCLKDEApplication.cxx
@@ -43,7 +43,7 @@ bool VCLKDEApplication::x11EventFilter(XEvent* ev)
{
//if we have a display and the display consumes the event
//do not process the event in qt
- if (SalKDEDisplay::self() && SalKDEDisplay::self()->Dispatch(event) > 0)
+ if (SalKDEDisplay::self() && SalKDEDisplay::self()->Dispatch(ev) > 0)
{
return true;
}
More information about the Libreoffice-commits
mailing list