From 06886f8308f19639f2a259284c842d01a03214c7 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 18 Aug 2008 12:22:44 +0000 Subject: INTEGRATION: CWS cmcfixes48 (1.29.66); FILE MERGED 2008/07/30 14:31:42 cmc 1.29.66.1: #i92285# UserEvents are ULONGs --- dbaccess/source/ui/inc/sbagrid.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbaccess') diff --git a/dbaccess/source/ui/inc/sbagrid.hxx b/dbaccess/source/ui/inc/sbagrid.hxx index 5ec64f0f4e9f..5954f777b4bf 100644 --- a/dbaccess/source/ui/inc/sbagrid.hxx +++ b/dbaccess/source/ui/inc/sbagrid.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: sbagrid.hxx,v $ - * $Revision: 1.29 $ + * $Revision: 1.30 $ * * This file is part of OpenOffice.org. * @@ -259,7 +259,7 @@ namespace dbaui protected: ::svx::ODataAccessDescriptor m_aDataDescriptor; SbaGridListener* m_pMasterListener; - sal_Int32 m_nAsyncDropEvent; + ULONG m_nAsyncDropEvent; USHORT m_nLastColId; long m_nLastRowId; -- cgit