diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-05-14 08:47:01 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-05-14 08:47:01 +0000 |
commit | 084987b62021c347bf68a3b5685f0b59ef1a1435 (patch) | |
tree | 3e9b771d946ec5ed78eab036b6cf9f7780466914 /toolkit/source | |
parent | 6de0957713f57bdf3234c0cbe0903ddbca0d6d98 (diff) |
INTEGRATION: CWS vcl88 (1.85.24); FILE MERGED
2008/04/17 05:50:27 pl 1.85.24.2: RESYNC: (1.85-1.86); FILE MERGED
2008/03/19 16:05:56 pl 1.85.24.1: #i87204# event ids are ULONGs (thanks cmc)
Diffstat (limited to 'toolkit/source')
-rw-r--r-- | toolkit/source/awt/vclxwindow.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxwindow.cxx b/toolkit/source/awt/vclxwindow.cxx index be161e853d70..b13ed85e20b4 100644 --- a/toolkit/source/awt/vclxwindow.cxx +++ b/toolkit/source/awt/vclxwindow.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: vclxwindow.cxx,v $ - * $Revision: 1.87 $ + * $Revision: 1.88 $ * * This file is part of OpenOffice.org. * @@ -216,7 +216,7 @@ private: #else #if !defined( SYNCHRON_NOTIFICATION ) EventArray maEvents; - sal_Int32 mnEventId; + ULONG mnEventId; #endif #endif |