Author: steve_y
Date: Thu Feb 21 08:54:49 2013
New Revision: 1448553
URL: http://svn.apache.org/r1448553
Log:
Fixed a build issue
Modified:
openoffice/branches/ia2/main/vcl/source/window/window.cxx
Modified: openoffice/branches/ia2/main/vcl/source/window/window.cxx
URL:
http://svn.apache.org/viewvc/openoffice/branches/ia2/main/vcl/source/window/window.cxx?rev=1448553&r1=1448552&r2=1448553&view=diff
==============================================================================
--- openoffice/branches/ia2/main/vcl/source/window/window.cxx (original)
+++ openoffice/branches/ia2/main/vcl/source/window/window.cxx Thu Feb 21
08:54:49 2013
@@ -5393,7 +5393,7 @@ long Window::Notify( NotifyEvent& rNEvt
}
// IAccessible2 implementation, 2009
-void Window::NotifyVCLEvent( ULONG nEvent ,void* pData /*= NULL*/)
+void Window::NotifyVCLEvent( sal_uLong nEvent ,void* pData /*= NULL*/)
{
ImplCallEventListeners( nEvent ,pData);
}