[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - vcl/win
László Németh
laszlo.nemeth at collabora.com
Tue Jan 20 07:26:39 PST 2015
vcl/win/source/window/salframe.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7c9f9dc770aa98c936b31867764db61d7d97cdeb
Author: László Németh <laszlo.nemeth at collabora.com>
Date: Tue Jan 20 16:11:28 2015 +0100
Fix Windows build (typo: VENT_COMMAND instead of EVENT_COMMAND)
Change-Id: I31ba4b911dfc0acbcc4dece80bb5ed8bedb4cd54
Reviewed-on: https://gerrit.libreoffice.org/14048
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/vcl/win/source/window/salframe.cxx b/vcl/win/source/window/salframe.cxx
index b62d805..91a0767 100644
--- a/vcl/win/source/window/salframe.cxx
+++ b/vcl/win/source/window/salframe.cxx
@@ -5215,7 +5215,7 @@ static boolean ImplHandleAppCommand( HWND hWnd, LPARAM lParam, LRESULT & nRet )
const Point aPoint;
CommandMediaData aMediaData(nCommand);
CommandEvent aCEvt( aPoint, COMMAND_MEDIA, FALSE, &aMediaData );
- NotifyEvent aNCmdEvt( VENT_COMMAND, pWindow, &aCEvt );
+ NotifyEvent aNCmdEvt( EVENT_COMMAND, pWindow, &aCEvt );
if ( !ImplCallPreNotify( aNCmdEvt ) )
{
More information about the Libreoffice-commits
mailing list